1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
python-gnuplot for Debian
-------------------------
Included in this package is the datafile.py module from the same author.
The modules can be found in /usr/lib/pythonX.Y/site-packages, where X.Y
is Debian's default python version (i.e. 2.3).
You can import the main part of the package into your python programs
using `import Gnuplot'.
The function-based interface (i.e., the plot() command) inherited from
Konrad Hinsen's original Gnuplot.py has been separated into a separate
file, `plot.py'. You can import it using `import Gnuplot.oldplot' or
`from Gnuplot.oldplot import plot'. However, it is recommended that
you try out the object-oriented interface since it is far more
flexible and the old interface will no longer be developed.
-- Matthias Klose <doko@cs.tu-berlin.de>, Sun, 22 Aug 1999 13:37:35 +0200
|