|
From: Ethan A M. <merritt@u.washington.edu> - 2014-04-28 22:08:36
|
On Monday, 28 April, 2014 16:51:44 Dmitri A. Sergatskov wrote:
> On Mon, Apr 28, 2014 at 4:34 PM, Ethan A Merritt
> <merritt@u.washington.edu>wrote:
>
> >
> > ! Default line widths
> > gnuplot*axisWidth: 0
> > gnuplot*line1Width: 1
> >
> > I'm not entirely clear whether width 0 is expected to be narrower than
> > width 1, but it's believable. But that would only affect the "test"
> > command.
> >
>
>
> It appears to me that width 0 on x11 means 1 pixel, width 1 2 pixels,
> etc...
> So in the current version (
> Version 5.0 patchlevel alpha last modified 2014-04-28
> )
>
> plot sin(x) lw 5
>
> looks the same as
>
> plot sin(x) lw 10
> on
> Version 4.6 patchlevel 5 last modified February 2014
I guess that the following command from any terminal in your current
session will restore the previous behaviour:
echo "gnuplot*borderWidth: 1" | xrdb -merge
But I do not understand why this one linetype is now affecting all
the others. There has been no change to the code in either x11.trm
or gplt_x11.c, so this must be a case of a slightly different command
sequence from the core code revealing a bug that may have been
there for a long time. Can anyone spot anything relevant?
Ethan
>
> Except the colors are also different -- why did this changed?
>
> Dmitri.
>
|