Re: Gnuplot Release 6.0.3
Erik Luijten <[email protected]> Mon, 9 Jun 2025 09:54:16 -0500
| Newsgroups | gmane.comp.graphics.gnuplot.devel |
|---|---|
| Message-ID | <CAM4Pt-_PRxXc9tRw5yYc7ceJPqtJKgp43vy+23fDgrRS0QSbvg@mail.gmail.com> |
--===============0911629664397232924== Content-Type: multipart/alternative; boundary="000000000000bd56cc063724c1c4" --000000000000bd56cc063724c1c4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=E2=80=AFPM Ethan A Merritt <[email protected]> wr= ote: > 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: > > =E2=80=A2 In previous gnuplot versions all 3D polygons, objects, and fill= ed 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. > > =E2=80=A2 splot ... "with contourfill at base" ("at base" is new) > > =E2=80=A2 Input data to plot and splot can be filtered through a conditio= nal > expression > outside the "using" section. For example: > plot DATA using 2:3 with boxes if (stringcolumn(1) eq "ABC") > > =E2=80=A2 New command "save changes" is equivalent to the old contributed= external > script > gpsavediff. This command saves only the program settings, variables, an= d > functions that distinguish the current state from the program state at > the start > of the current gnuplot session. > > =E2=80=A2 Revised wxt terminal driver (linux) with more robust threading = and error > recovery. > > happy gnuplotting > > Ethan > > > > > _______________________________________________ > gnuplot-beta mailing list > [email protected] > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > --000000000000bd56cc063724c1c4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">The=C2=A0macOS (ARM and Intel; fully self-contained) binar= ies are available in the usual location:=C2=A0<a href=3D"https://csml-wiki.= northwestern.edu/index.php/Binary_versions_of_Gnuplot_for_macOS">https://cs= ml-wiki.northwestern.edu/index.php/Binary_versions_of_Gnuplot_for_macOS</a>= <br><div><br></div><div>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=C2=A0WebP terminal.</div><div><br></div><div>Erik</div></div><= br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" class= =3D"gmail_attr">On Sat, Jun 7, 2025 at 10:13=E2=80=AFPM Ethan A Merritt <= ;<a href=3D"mailto:[email protected]">[email protected]</a>> wrote:<br></div><= blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex">The release tarball for gn= uplot version 6.0 patchlevel 3 is now available<br> on SourceForge<br> <br> <a href=3D"https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.3/gnu= plot-6.0.3.tar.gz" rel=3D"noreferrer" target=3D"_blank">https://sourceforge= .net/projects/gnuplot/files/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz</a><br> <br> Release Notes here<br> =C2=A0 =C2=A0Gnuplot 6.0.3 <<a href=3D"https://gnuplot.sourceforge.net/R= eleaseNotes_6_0_3.html" rel=3D"noreferrer" target=3D"_blank">https://gnuplo= t.sourceforge.net/ReleaseNotes_6_0_3.html</a>><br> <br> The release tarball differs from the testing tarball by a fix to report the= correct<br> version on the splashpage (stupid mistake on my part, sorry!).=C2=A0 Thanks= to everyone<br> who tested the pre-release package.<br> <br> There is nothing very exciting in this release, but it does include a few<b= r> minor features back-ported from the development version:<br> <br> =E2=80=A2 In previous gnuplot versions all 3D polygons, objects, and filled= areas shared<br> =C2=A0 a single border color and linewidth taken from "set pm3d".= <br> =C2=A0 This limitation is now removed; border properties can be specified p= er-plot or<br> =C2=A0 per-object. This change affects any scripts that expected "set = pm3d" to affect<br> =C2=A0 the borders of 3D polygons and boxes.<br> <br> =E2=80=A2 splot ... "with contourfill at base"=C2=A0 =C2=A0("= ;at base" is new)<br> <br> =E2=80=A2 Input data to plot and splot can be filtered through a conditiona= l expression<br> =C2=A0 outside the "using" section.=C2=A0 For example:<br> =C2=A0 =C2=A0 =C2=A0 plot DATA using 2:3 with boxes if (stringcolumn(1) eq = "ABC")<br> <br> =E2=80=A2 New command "save changes" is equivalent to the old con= tributed external script<br> =C2=A0 gpsavediff. This command saves only the program settings, variables,= and<br> =C2=A0 functions that distinguish the current state from the program state = at the start<br> =C2=A0 of the current gnuplot session.<br> <br> =E2=80=A2 Revised wxt terminal driver (linux) with more robust threading an= d error recovery.<br> <br> happy gnuplotting<br> <br> =C2=A0 =C2=A0 Ethan<br> <br> <br> <br> <br> _______________________________________________<br> gnuplot-beta mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">gnu= [email protected]</a><br> Membership management via: <a href=3D"https://lists.sourceforge.net/lists/l= istinfo/gnuplot-beta" rel=3D"noreferrer" target=3D"_blank">https://lists.so= urceforge.net/lists/listinfo/gnuplot-beta</a><br> </blockquote></div> --000000000000bd56cc063724c1c4-- --===============0911629664397232924== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============0911629664397232924== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ gnuplot-beta mailing list [email protected] Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta --===============0911629664397232924==--