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>
10 <img src="example.png" alt="3d plot example" width=378 height=136>
11 <div>3d plot example</div>
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.
26 <li>PostScript and PDF output for device independent, freely 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>
33 <h2>Status and Availability</h2>
36 PyX is in steady development.
37 Planned features are listed on the <a href="roadmap.html">roadmap</a>.
39 PyX <span tal:content="options/version" tal:omit-tag="">version</span>,
41 <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">download section</a>
43 <a href="http://sourceforge.net/projects/pyx">project page</a>.
48 <dl tal:content="structure options/news"></dl>
51 For a full record of all news consult the <a href="news.html">news page</a>.
54 <h2>Authors and License</h2>
58 <a href="http://theorie5.physik.unibas.ch/lehmann/">Jörg Lehmann</a>,
59 <a href="http://www.physik.uni-augsburg.de/~schindmi/">Michael Schindler</a>, and
60 <a href="http://www.wobsta.de/">André Wobst</a>. PyX is free
61 software licensed under the GNU GPL Version 2. Other licensing
62 schemes might be available upon request. Refer to the
63 <a href="license.html">license page</a> for further information.
69 The authors kindly acknowledge financial support from the German Speaking TeX User Group
70 <a href="http://www.dante.de/">DANTE e.V.</a>
73 <!--#exec cmd="/home/groups/p/py/pyx/htdocs/access.sh"-->
78 <!-- vim:set syntax=html: -->