PyGnuplot icon indicating copy to clipboard operation
PyGnuplot copied to clipboard

Experimental

Open benschneider opened this issue 4 years ago • 0 comments

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:

  1. Get returns from gnuplot into python
  2. Reliably generate multiple different plots
  3. Plot command does not require a temporary file
  4. A Gnuplot Fit function is available
  5. Fit function does not require a temporary file
  6. A number of Bug fixes...

benschneider avatar Apr 11 '21 16:04 benschneider