From: Ethan A M. <me...@uw...> - 2024-05-29 20:35:23
|
The gnuplot version 6.0.1 release is now available as a source tarball for download from SourceForge https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.1 Gnuplot Version 6.0.1 Release Notes =================================== Version 6 introduced extensions to the gnuplot command language, support for new output protocols, and additional plotting styles. Backward compatibility is given high priority in gnuplot development, so users should find no significant changes required for techniques or code that written for gnuplot version 5. Patchlevel release 6.0.1 repairs several bugs found in the initial release of version 6, most notably related to error handling by the wxt terminal. Gnuplot development is tracked in a git repository on SourceForge. You can generate a complete history of changes using "git log" after downloading: git clone -b branch-6-0-stable git://git.code.sf.net/p/gnuplot/gnuplot-main git log Release Notes date: 18-May-2024 Changes in 6.0.1 ================ * CHANGE Use of data source '-' inside a multiplot is an error; use a local datablock instead * CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690 * FIX configure script modified to accommodate Fedora dependencies Bug 2706 * FIX mp: configure --with-metapost failed to include mp terminal * FIX empty field in csv file should not generate a tic label Bug 2667 2672 * FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680 * FIX svg: set default fill properties for depth-sorted pm3d objects * FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661 * FIX wxt: Add exception handler for mouse event processing Bug 2680 2683 * FIX wxt: make right-mouse zoom box independent of terminal scaling Bug 2578 * FIX regression: border color of objects with fillstyle "empty" Bug 2686 * FIX "set colorbox border {<lt>}" parsing error * FIX gd x11: very short arrows were not drawn at all Bug 2690 * FIX qt wxt x11: "set term" from a script causes next pause to fail Bug 2703 * FIX tikz: fix use of palettes with a fixed number of colors Bug 2706 * FIX "stats ... name FOO" Do not delete existing variables FOO_* Bug 2695 * FIX order-dependent parsing of 2D plots with "fs solid fc variable" Ethan |