Gnuplot.jl/ChangeLog.md
2020-04-12 01:43:40 +02:00

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;

    • @gp and @gsp now accepts a Gnuplot.DataSet object, to allow customized data input;

  • Bugfix:

    • When a Vector{String} is passed to driver() 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;