PyPlotter is a 2D graph plotting package for Python and Jython (the java version of Python). It contains classes for drawing graphs on a cartesian coordinate plain (with linar or logarithmic scale) and for plotting 2D simplex diagrams. PyPlotter supports different GUI libraries and can easily adapted to other GUIs or output devices by implementing a very simple driver interface. Currently (Version 0.8.8), tk, gtk, wxWidgets, java awt and postscript are supported as output devices.
Since Version 0.8.8 PyPlotter is Python 3.0 compatible. However, until the GUI toolkits pygtk and wxWidgets are available for Python 3.0, it is only possible to use PyPlotter and Python 3.0 in connection with the tk toolkit.