|
From: sfeam (E. Merritt) <eam...@gm...> - 2012-12-26 20:13:15
|
On Wednesday, 26 December 2012, Dima Kogan wrote: > In hunting other bugs, I stumbled on a regression in the wxt terminal. Suppose I > have a file called tst.gp such as this: > > plot '-' notitle ps 3 That's not a valid plot command, and produces only an error message when I try it here. I can't explain the plot you get. Ethan > 1 1 > 2 2 > 3 3 > 4 4 > 5 5 > e > > My .gnuplot is simply > > set term wxt > > I invoke gnuplot with > > gnuplot -persist /tmp/tst.gp > > The resulting plot is attached. Note the improperly positioned tic labels. > > This regression happened very recently in this commit: > > https://github.com/gnuplot/gnuplot/commit/900bbeb73701cd7ed864af2e3cdca0e76e2df8fd > > > dima > |