From bug-octave-request at bevo dot che dot wisc dot edu Tue Dec 30 19:34:31 2003 Subject: Re: bug in octave 2.1.50 From: "Dmitri A. Sergatskov" To: Thomas Burg Cc: bug-octave at bevo dot che dot wisc dot edu Date: Tue, 30 Dec 2003 18:34:19 -0700 Thomas Burg wrote: > I look at postcript language yesterday. When there is the instruction > 'showpage' there is a page. In my case 2 showpages and i expect only > one (with all). Every time you plot() to postscript it outputs a new page. You cannot go back and plot over on the same page. > > To plot my two curve with the same plot, circumvent the problem. With > this 'method' How can i change my axe ? > I am not sure what you are asking. You can use different scale on X axis by using different x vectors in the plot command: plot(x0, y0, ";label 0;", x1, y1, ";label 1 ;", x2, y2, ";label 2;") > Regards > Tb at + > Regards, Dmitri. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------