From: Hans-Bernhard B. <hb...@pc...> - 2004-08-05 08:47:03
|
On Thu, 5 Aug 2004, Daniel J Sebald wrote: > In Octave I've come across the a situation where the grid marks extend a > slight bit beyond the right border. The problem is not the grid line --- it's in the right position, as you can see by looking in the corners, where it meets the tick marks quite nicely. The problem is with the *border* line here. It's in the wrong position, by one pixel. Normally, this would be caught automatically, because the border lines are 2 pixels wide by default, on most terminals. You really will have to isolate this into a stand-alone gnuplot script to make it a worthwile target for further investigation. I sincerely hope octave leaves you a way of extracting the actual gnuplot commands to a gnuplot script file (call gnuplot's "save" command, e.g.). |