From: Daniel J S. <dan...@ie...> - 2004-08-05 14:58:09
|
mi...@ph... wrote: >>In Octave I've come across the a situation where the grid marks extend >>a slight bit beyond the right border. >> >> > >I guess Octave has sent its "set grid" or "set tics" or "set xrange" into >gnuplot, thus it draws grid far than gnuplot defaults.Try to graw('save "lookhere.gp"'); after the plot and reload that into >fresh gnuplot. >Petr > > I've done this. There are 134 lines in the file, all kinds of commands that look like default settings. However, the only line that seems to apply to all the gnuplot commands associated witht the freqz.m action is a pl '/tmp/oct-ogH8L8' t "Phase (degrees)" w lines I know gnuplot can save only the most recent plot command, but where all the "set multiplot", "set lmargin", etc. went I don't know. I'll see if I can isolate this. Dan |