PyGnuplot
PyGnuplot copied to clipboard
Experimental
New PyGnuplot version
from PyGnuplot import gp f1 = gp() # for each figure a separate instance is created. f1.plot(...)
instead of: import PyGnuplot as gp gp.plot(...)
Added features:
- Get returns from gnuplot into python
- Reliably generate multiple different plots
- Plot command does not require a temporary file
- A Gnuplot Fit function is available
- Fit function does not require a temporary file
- A number of Bug fixes...