From: Ethan A M. <me...@uw...> - 2025-06-08 03:12:45
|
The release tarball for gnuplot version 6.0 patchlevel 3 is now available on SourceForge https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz Release Notes here Gnuplot 6.0.3 <https://gnuplot.sourceforge.net/ReleaseNotes_6_0_3.html> The release tarball differs from the testing tarball by a fix to report the correct version on the splashpage (stupid mistake on my part, sorry!). Thanks to everyone who tested the pre-release package. There is nothing very exciting in this release, but it does include a few minor features back-ported from the development version: • In previous gnuplot versions all 3D polygons, objects, and filled areas shared a single border color and linewidth taken from "set pm3d". This limitation is now removed; border properties can be specified per-plot or per-object. This change affects any scripts that expected "set pm3d" to affect the borders of 3D polygons and boxes. • splot ... "with contourfill at base" ("at base" is new) • Input data to plot and splot can be filtered through a conditional expression outside the "using" section. For example: plot DATA using 2:3 with boxes if (stringcolumn(1) eq "ABC") • New command "save changes" is equivalent to the old contributed external script gpsavediff. This command saves only the program settings, variables, and functions that distinguish the current state from the program state at the start of the current gnuplot session. • Revised wxt terminal driver (linux) with more robust threading and error recovery. happy gnuplotting Ethan |
From: Tatsuro M. <tma...@ya...> - 2025-06-09 04:42:58
|
I have uploaded Windows binary packages of 6.0.3. Tatsuro > ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "gnuplot beta list" <gnu...@li...> > Date: 2025/06/08 日 12:13 > Subject: Gnuplot Release 6.0.3 > > > The release tarball for gnuplot version 6.0 patchlevel 3 is now available > on SourceForge > > https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz > > Release Notes here > Gnuplot 6.0.3 <https://gnuplot.sourceforge.net/ReleaseNotes_6_0_3.html> > > The release tarball differs from the testing tarball by a fix to report the correct > version on the splashpage (stupid mistake on my part, sorry!). Thanks to everyone > who tested the pre-release package. > > There is nothing very exciting in this release, but it does include a few > minor features back-ported from the development version: > > • In previous gnuplot versions all 3D polygons, objects, and filled areas shared > a single border color and linewidth taken from "set pm3d". > This limitation is now removed; border properties can be specified per-plot or > per-object. This change affects any scripts that expected "set pm3d" to affect > the borders of 3D polygons and boxes. > > • splot ... "with contourfill at base" ("at base" is new) > > • Input data to plot and splot can be filtered through a conditional expression > outside the "using" section. For example: > plot DATA using 2:3 with boxes if (stringcolumn(1) eq "ABC") > > • New command "save changes" is equivalent to the old contributed external script > gpsavediff. This command saves only the program settings, variables, and > functions that distinguish the current state from the program state at the start > of the current gnuplot session. > > • Revised wxt terminal driver (linux) with more robust threading and error recovery. > > happy gnuplotting > > Ethan > > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
From: Erik L. <eri...@gm...> - 2025-06-09 14:54:40
|
The macOS (ARM and Intel; fully self-contained) binaries are available in the usual location: https://csml-wiki.northwestern.edu/index.php/Binary_versions_of_Gnuplot_for_macOS I compiled the ARM version on a new Mac, so let me know if you encounter any issues. Compared to earlier versions, I now also included the WebP terminal. Erik On Sat, Jun 7, 2025 at 10:13 PM Ethan A Merritt <me...@uw...> wrote: > The release tarball for gnuplot version 6.0 patchlevel 3 is now available > on SourceForge > > > https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz > > Release Notes here > Gnuplot 6.0.3 <https://gnuplot.sourceforge.net/ReleaseNotes_6_0_3.html> > > The release tarball differs from the testing tarball by a fix to report > the correct > version on the splashpage (stupid mistake on my part, sorry!). Thanks to > everyone > who tested the pre-release package. > > There is nothing very exciting in this release, but it does include a few > minor features back-ported from the development version: > > • In previous gnuplot versions all 3D polygons, objects, and filled areas > shared > a single border color and linewidth taken from "set pm3d". > This limitation is now removed; border properties can be specified > per-plot or > per-object. This change affects any scripts that expected "set pm3d" to > affect > the borders of 3D polygons and boxes. > > • splot ... "with contourfill at base" ("at base" is new) > > • Input data to plot and splot can be filtered through a conditional > expression > outside the "using" section. For example: > plot DATA using 2:3 with boxes if (stringcolumn(1) eq "ABC") > > • New command "save changes" is equivalent to the old contributed external > script > gpsavediff. This command saves only the program settings, variables, and > functions that distinguish the current state from the program state at > the start > of the current gnuplot session. > > • Revised wxt terminal driver (linux) with more robust threading and error > recovery. > > happy gnuplotting > > Ethan > > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |