remove restriction affine
[PyX/mjg.git] / www / index.pt
blob6bf468581e956317c69676ea739a1a8919dd40c5
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 - Python graphics package</h1>
9     <div class="image">
10       <img src="example.png" alt="3d plot example" width=378 height=136>
11       <div>3d plot example</div>
12     </div>
14     <h2>Summary</h2>
16     <p>
17        PyX is a Python package for the creation of PostScript and PDF files. It
18        combines an abstraction of the PostScript drawing model with a TeX/LaTeX
19        interface. Complex tasks like 2d and 3d plots in publication-ready quality are
20        built out of these primitives.
21     </p>
23     <h2>Features</h2>
25     <ul>
26       <li>PostScript and PDF output for device independent, free scalable figures</li>
27       <li>seamless TeX/LaTeX integration</li>
28       <li>full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, bitmap inclusion, etc.</li>
29       <li>advanced geometric operations on paths like intersections, transformations, splitting, smoothing, etc.</li>
30       <li>sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.</li>
31     </ul>
33     <h2>Status and Availability</h2>
35     <p>
36       PyX is in steady development.
37       Planned features are listed on the <a href="roadmap.html">roadmap</a>.
38       The current release,
39       PyX&nbsp;<span tal:content="options/version" tal:omit-tag="">version</span>,
40       is available at the
41       <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">download section</a>
42       of the SourceForge
43       <a href="http://sourceforge.net/projects/pyx">project page</a>.
44     </p>
46     <h2>News</h2>
48     <dl tal:content="structure options/news"></dl>
50     <p>
51       For a full record of all news consult the <a href="news.html">news page</a>.
52     </p>
54     <h2>Authors and License</h2>
56     <p>
57       PyX is written by
58       <a href="http://theorie5.physik.unibas.ch/lehmann/">Jörg Lehmann</a> and
59       <a href="http://www.wobsta.de/">André Wobst</a>. PyX is free
60       software licensed under the GNU GPL Version&nbsp;2. Other licensing
61       schemes might be available upon request. Refer to the
62       <a href="license.html">license page</a> for further information.
63     </p>
65     <h2>Thanks</h2>
67     <p>
68       The authors kindly acknowledge financial support from the German Speaking TeX User Group
69       <a href="http://www.dante.de/">DANTE&nbsp;e.V.</a>
70     </p>
72     <!--#exec cmd="/home/groups/p/py/pyx/htdocs/access.sh"-->
74   </div>
76 </html>
77 <!-- vim:set syntax=html: -->