1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html metal:use-macro="options/maintemplate/macros/page">
5 <div metal:fill-slot="body">
7 <h1>PyX - Examples</h1>
10 On this page, you find some examples of figures created with PyX 0.6.2. The EPS version
11 can be obtained by clicking on the image.
14 <div class="example" tal:repeat="example options/examples" style="border-top:1px solid #88a;margin-bottom:10px;">
15 <h2 tal:content="example/name">Name</h2>
16 <div style="text-align:center;">
17 <a href="link" tal:attributes="href example/eps"><img src="example.png" alt="example" tal:attributes="src example/png"></a>
20 <div tal:content="structure example/code">Code</div>