Notes:
Attempts to fix problems with locating the gnuplot executable under windows as well as one or two other issues that have cropped up.
Changes:
Version 2.2 14-Nov-2005
* Formally added the LICENSE.txt file. It is the
new BSD license as defined by opensource.org.
See that file for details.
* Added Gnuplot.which to try and fix the recurring
problem of windows users having to hack code to
get things working.
* Added the Gnuplot.gnuplot function so that I can
unit test the finding gnuplot executable
routine.
* In the Array.to_gplot method the terminating e
is added to the output. This is in response to
Bug #2209.
|