add UnicodeEngine (MultiEngineText and axis texters returning MultiEngineText), texte...
[PyX.git] / www / index.pt
blobf7907176c42398a041e7be1e7c5a6c19301640f9
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=374 height=129>
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, PDF, and SVG 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, PDF, and SVG 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>
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="https://pypi.python.org/pypi/PyX">PyPI project page</a>.
42     </p>
44     <h2>News</h2>
46     <dl tal:content="structure options/news"></dl>
48     <p>
49       For a full record of all news consult the <a href="news.html">news page</a>.
50     </p>
52     <h2>Authors and License</h2>
54     <p>
55       PyX is written by
56       <a href="http://theorie5.physik.unibas.ch/lehmann/">Jörg Lehmann</a>,
57       <a href="http://www.pct.espci.fr/~michael/">Michael Schindler</a>, and
58       <a href="http://www.wobsta.de/">André Wobst</a>. PyX is free
59       software licensed under the GNU GPL Version&nbsp;2 or
60       (at your option) any later version. 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   </div>
74 </html>
75 <!-- vim:set syntax=html: -->