Chart Gnuplot Changelog

What's new in Chart Gnuplot 0.23

Mar 6, 2015
  • CHG update copyright session of POD
  • FIX testsuite for axis tics

New in Chart Gnuplot 0.22 (Mar 6, 2015)

  • NEW support "layer" option in drawing arbitrary lines, arrows, borders, grid, and adding labels
  • NEW support manually-specified range for tic location

New in Chart Gnuplot 0.21 (May 22, 2014)

  • FIX the persistance of label and arrow over plots in multiplot
  • FIX repeatedly unset and set logscale in multiplot
  • FIX the persistance of shape (circles, rectangles, ...) over plots in multiplot

New in Chart Gnuplot 0.20 (May 22, 2014)

  • NEW support drawing arbitrary polygons
  • NEW support alpha value in filling styles and objects for certain terminals
  • NEW chart object method "command" supports executing an array of commands
  • NEW more test cases
  • CHG automatically set "using" of the dataSet object in plotting histogram
  • CHG code refactoring in Chart::Gnuplot::DataSet
  • CHG make private method "_execute()" public
  • CHG update POD
  • FIX data processing of array of points in plotting 3D surface
  • FIX data processing of plotting "hbars"

New in Chart Gnuplot 0.19 (May 22, 2014)

  • NEW support drawing arbitrary rectangles, ellipses and circles
  • NEW Perlish setting of arrow head of arbitary arrows
  • NEW support filling pattern in box-type styles
  • NEW support setting color for the border of the box-type styles
  • NEW support curve fitting (experimental)
  • CHG check OS using /MSWin/ instead of "MSWin32" for safty
  • FIX grid options syntax error if the options are not in hash form

New in Chart Gnuplot 0.18 (Feb 4, 2013)

  • Add try to guess the path of the gnuplot executable in Windows
  • CHG improve POD
  • CHG use qq() instead of "" in Gnuplot command line construction
  • CHG use qq() instead of "" in convert command line construction
  • FIX offset and font options of the time stamp

New in Chart Gnuplot 0.17 (Feb 4, 2013)

  • NEW control the display of arbitrary border of the graph
  • FIX expression of range of numeric axis if time axis exists

New in Chart Gnuplot 0.16 (Feb 4, 2013)

  • Add support of creating animated gif
  • Option to unset "(x|y)tics" and "border"
  • Improve POD

New in Chart Gnuplot 0.15 (Feb 4, 2013)

  • Fix the problem that "orient" has no effect if "imagesize" is set
  • Fix setting color of the label point

New in Chart Gnuplot 0.14 (Feb 4, 2013)

  • Support drawing arbitrary arrows
  • Support importing data as "points" for "financebars" and "candlesticks"
  • charts
  • Better support of the terminals other than the default (postscript)
  • Change using ImageMagick instead of ps2pdf to generate PDF from PS
  • Fix the problem that the location of the text labels cannot be in
  • date/time format

New in Chart Gnuplot 0.13 (Feb 4, 2013)

  • Improve error handling
  • Add method to copy the chart and data set objects
  • Add specific get-set methods for xdata, ydata, zdata, points, datafile
  • and func so that different data sources cannot co-exist in the same data
  • set object
  • Keep the plot window from disappearing immediately for interactive
  • terminals
  • More strict testsuite. Add more test cases

New in Chart Gnuplot 0.12 (Feb 4, 2013)

  • More understandable error messages
  • Add an example in POD

New in Chart Gnuplot 0.11 (Feb 4, 2013)

  • Add new plotting styles "hbars" (horizontal bars) and "hlines"
  • horizontal lines)
  • Add frame to the example webpage

New in Chart Gnuplot 0.10 (Feb 4, 2013)

  • Support "every" and "index" features
  • Support control of the tics on the z-axis
  • Change the directory for the temporary files to the default of File::Temp
  • Fix a bug that options do not reset to their default after plotting each
  • sub-chart in multiplot
  • Fix a bug in plotting financial time series when the x-axis is in time
  • format
  • Fix a bug in plotting error boxes when the input data set is in "points"
  • and the x-axis is in time format
  • Thanks to Anthony Chan)
  • Add license session to Makefile.PL
  • Improve POD