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="gallery/index.html">gallery</a>. </p>
24 <p>Detailed information about PyX can be found in the PyX reference manual, which
25 is available both as PDF and as online HTML version:</p>
28 <li><a href="manual.pdf">reference manual (PDF version)</a></li>
29 <li><a href="manual/index.html">online reference manual (HTML version)</a></li>
34 <p>A further resource containing tips and tricks for PyX users is the FAQ
35 contributed by Gert-Ludwig Ingold. At the moment, it is only available as PDF:</p>
38 <li><a href="pyxfaq.pdf">FAQ (PDF version)</a></li>
42 <h2>External resources</h2>
45 <li><a href="http://www.cs.ucr.edu/~titus/pyxTutorial/">PyX tutorial for Gnuplot users</a> by Titus Winters</li>
51 <!-- vim:set syntax=html: -->