PyPlotter - A Python/Jython Graph Plotting Package. Manual |
| Contents |
| 1 Introduction |
| 2 License |
| 3 Screenshots |
| 4 Quick Tutorial |
| 4.1 Example 1: Plotting a Graph |
| 4.2 Example 2: Plotting a simplex diagram |
| 5 Reference |
| 6 Implementing a new device driver for PyPlotter |
While the classes Graph.Cartesian and Simplex.Diagram are quite versatile, it was a major aim of their development to make the usage for beginners as simple as possible. To show you how to use these classes, this tutorial contains two commented example programs.