|
From: Dmitri A. S. <das...@gm...> - 2014-04-28 21:51:50
|
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 Except the colors are also different -- why did this changed? Dmitri. -- |