From: Ethan A M. <me...@uw...> - 2020-06-06 05:16:11
|
I have placed a tarball for 5.4.rc2 on SourceForge https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/gnuplot-5.4.rc2.tar.gz/download Release Notes date: 04-Jun-2020 * Changes between -rc1 and -rc2 o faster response to piped input on Windows (Bug #2204) o "splot with boxes" failed to recognize "fc palette" in -rc1 o repair several problems with parallel axis plots (Bug #2294) o minor changes to dumb.trm, pixmap handling o -rc1 failed to act on "with labels rotate by <ang>" (Bug #2264) o \n _not_ stripped from string returned by backquoted shell command o fix autoscaling of boxplots o new function palette(z) returns packed RGB representation o lua/tikz terminal applies alpha channel to point symbols Can someone comment on this issue - is it reproducible? Bug #2261 Text Size Depends on Windows Scale and Layout Setting https://sourceforge.net/p/gnuplot/bugs/2261/ Any other known issues? Ethan |
From: Erik L. <eri...@gm...> - 2020-06-07 14:34:24
|
Hi Ethan, Just to report that compilation of 5.4.rc2 on OS X works fine. Note that I use the x11 terminal (and in addition to the standard terminals I also include the pdf, gif, jpg, and png terminals), as described here https://csml-wiki.northwestern.edu/index.php/Binary_versions_of_Gnuplot_for_OS_X (one day I will find time for cairo, but x11 serves my purposes). Best, Erik On Sat, Jun 6, 2020 at 12:16 AM Ethan A Merritt <me...@uw...> wrote: > I have placed a tarball for 5.4.rc2 on SourceForge > > > https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/gnuplot-5.4.rc2.tar.gz/download > > Release Notes date: 04-Jun-2020 > > * Changes between -rc1 and -rc2 > o faster response to piped input on Windows (Bug #2204) > o "splot with boxes" failed to recognize "fc palette" in -rc1 > o repair several problems with parallel axis plots (Bug #2294) > o minor changes to dumb.trm, pixmap handling > o -rc1 failed to act on "with labels rotate by <ang>" (Bug #2264) > o \n _not_ stripped from string returned by backquoted shell > command > o fix autoscaling of boxplots > o new function palette(z) returns packed RGB representation > o lua/tikz terminal applies alpha channel to point symbols > > Can someone comment on this issue - is it reproducible? > Bug #2261 Text Size Depends on Windows Scale and Layout Setting > https://sourceforge.net/p/gnuplot/bugs/2261/ > > Any other known issues? > > Ethan > > > > > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
From: Tait <gnu...@t4...> - 2020-06-09 09:43:32
|
I ran gp54rc1-win64-mingw.exe downloaded from SF. The wxt, qt, libgd-png, and libcairo-png terminal output is not affected by the text display scaling in my test. The 100% and 225% plots are identical to each other. The mouse coordinate display and the Window title -- where it says "Gnuplot (window id : 0)" do change based on text display scaling. Perhaps it's an optional configuration in cairo's build? On one of the two machines I tested (but not the other) there is a significant difference in the default text size between pngcairo and (gd)png. As an aside, the gnuplot console text is unaffected, although the menus, etc. are affected. That will make gnuplot difficult to use (i.e. tiny) on high-resolution displays. There are at least two other scaling options available in Windows that I did not adjust (Scale and Layout in Display, Text Display in Ease-of-Access, and Make Everything Bigger in Ease-of-Access). I'm running this in Windows Sandbox to ensure a pristine default install, and Sandbox won't let me adjust those other settings. I wanted to try the Windows terminal, too, but it hangs for a few seconds and then crashes, seemingly no matter what I try to plot. Ethan A Merritt <me...@uw...> said (on 2020/06/06): > I have placed a tarball for 5.4.rc2 on SourceForge > https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/gnuplot-5.4.rc2.tar.gz/download > > Release Notes date: 04-Jun-2020 > ... > Can someone comment on this issue - is it reproducible? > Bug #2261 Text Size Depends on Windows Scale and Layout Setting > https://sourceforge.net/p/gnuplot/bugs/2261/ > > Any other known issues? |