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 — Documentation</h1>
10 <h2>Examples and gallery</h2>
12 <p>For a quick introduction to PyX, we recommend having a look on our <a
13 href="examples/index.html">examples</a> page. There you find lots of small
14 cookbook-like examples describing how to solve common drawing and plotting
15 tasks in PyX. Every example is accompanied by a detailed description of the
16 concepts it makes use of. By taking a tour through the examples, you should, thus,
17 learn how to effectively use PyX.</p>
19 <p>More elaborate PyX drawings together with the corresponding sources can
20 be found in the <a href="https://sourceforge.net/p/pyx/gallery/">gallery</a>.
21 This is a wiki and contributions by PyX users are very welcome.</p>
25 <p>Detailed information about PyX can be found in the PyX reference manual, which
26 is available both as PDF and as online HTML version:</p>
29 <li><a href="manual/index.html">Manual — HTML version</a></li>
30 <li><a href="manual.pdf">Manual — PDF version</a></li>
35 <p>A further resource containing tips and tricks for PyX users is the FAQ
36 contributed by Gert-Ludwig Ingold:</p>
39 <li><a href="pyxfaq/index.html">FAQ — HTML version</a></li>
40 <li><a href="pyxfaq.pdf">FAQ — PDF version</a></li>
44 <h2>External resources</h2>
47 <li><a href="http://www.cs.ucr.edu/~titus/pyxTutorial/">PyX tutorial for Gnuplot users</a> by Titus Winters</li>
53 <!-- vim:set syntax=html: -->