|
From: Petr M. <mi...@ph...> - 2007-06-13 09:56:49
|
> > - [1004754] Tics and grid slightly outside border. > > is this still needed? > > The following still places a grid line outside the border (try it a couple times > if the first time the problem doesn't appear): > > set xrange [0:1.99805] > set grid > plot sin(x) > > (Another application computes the range, hence the strange choice.) Yes, this looks strange. It seems that the grid line should be canceled if its center in screen coordinates is larger than the center of the border line. --- PM |