|
From: Ethan A M. <sf...@us...> - 2014-07-25 20:13:56
|
On Friday, 25 July, 2014 20:18:33 Allin Cottrell wrote: > I'm comparing the grid lines shown by gnuplot 4.6.5 and gnuplot 5.0 rc1 > (CVS as of 2014-07-25) for the following script: > > set term pngcairo > set output 'test.png' > set grid ytics > plot sin(x) > > In 4.6.5 the grid is fairly discreet but clearly visible. In CVS it's > pretty much subliminal, barely visible. Is this intended? I was just noticing the same thing in some plots I was preparing today. Not sure what's going on there. The grid is also [supposed to be] dotted, so maybe there is an interaction between the new dot/dash code and the grid linetype? Ethan |