797 B
797 B
Version 1.2.0
git-tree-sha1: master released on:
-
New features:
-
REPL mode: a new
Gnuplot.repl_init()function is available to install a gnuplot REPL; -
@gpand@gspnow accepts aGnuplot.DataSetobject, to allow customized data input;
-
-
Bugfix:
-
When a
Vector{String}is passed todriver()it used to be modified, and couldn't be used again in a second call. Now a copy is made and the original is preserved; -
contourlines()used to return a single blanck line to distinguish iso-contour lines, and this may cause problems in 3D plot. Now two blanck lines are returned;
-
Version 1.1.0
git-tree-sha1: d62f8713b2
released on: Apr. 09, 2020
- First production ready version;
- Completed documentation and example gallery;