GNUPLOT VERSION 4.2.5 =================================== Version 4.2.5 is an incremental update to the current official base release gnuplot version 4.2. A synopsis of changes since the previous release is given below and in the NEWS file. Full information is given in the ChangeLog. New features, changes and fixes in gnuplot version 4.2.5 ======================================================== * NEW ./configure --with-readline=bsd to use libedit rather than libreadline * NEW command line option -e "command list" * NEW 'set xtics rangelimit' allows creation of range/frame plots * NEW "set view equal_axes xy{z}" does for 3D what "set size square" does for 2D * CHANGE updated svg terminal driver (back-ported from 4.3 CVS branch) * CHANGE fillstyle empty really is consistently empty (not fill-with-background) * CHANGE warn that some options to 'set datafile binary' are not implemented * CHANGE handling of custom palette when postscript mode is set to "monochrome" * CHANGE allow Z axis label in 3D plots to be rotated * CHANGE do not save or restore axis tick labels that were read from a data file * FIX interpolatation for pm3d surfaces given by both z and colour coordinates * FIX infinite loop if axis tick increment is on the order of machine precision * FIX initialize x11 enhanced text mode to use most recently requested font * FIX emf handling of enhanced text at non-zero angle * FIX 3D plots with fixed zrange were clipping against xmax rather than zmax * FIX handling of uninitialized variables in fit "via" command * FIX pm3d depthorder was ignoring interpolation setting * FIX assignment of fill patterns to boxes in columnstacked histograms * FIX Reserve room for user tic labels even if the format for autoticks is "" * FIX bug in 4.2.4 that gave twice the requested left/right margin width Demo plots illustrating these and other features are online at http://gnuplot.sourceforge.net/demo_4.2/ You can download a source tarball for gnuplot version 4.2.5 from the gnuplot development site on SourceForge. http://sourceforge.net/project/showfiles.php?group_id=2055 Installation ------------ Installation instructions are available in the source itself; the short version for linux/unix-like systems is to unpack the tarball and then build it: cd gnuplot-4.2.5 ; ./configure ; make test it: make check install it: make install Known issues ------------ - Internationalization and locale support is incomplete in this version. If you encounter problems with character encodings, numerical formats, or other locale issues, try the CVS version on SourceForge. - Octave has recently changed its method of sending data to gnuplot for plotting; data is passed in-line through the pipe to gnuplot's stdin. Unfortunately, the current Gnuplot 4.2 code does not support mouse interaction with in-line data. This problem is fixed in the CVS version, but not in the current release version 4.2.5. Support ------- Please report all bugs and installation problems to the bug tracker on SourceForge: http://sourceforge.net/tracker/?group_id=2055&atid=102055 There is also an active gnuplot discussion forum on usenet group comp.graphics.apps.gnuplot Development ----------- Gnuplot development is quite active. The development branch (4.3) on SourceForge contains preliminary implementations of many new features. This branch will eventually be released either as version 4.4 or 5.0. Feedback and contributions of code are very welcome.