help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Plotting Help


From: Joe Koski
Subject: RE: Plotting Help
Date: Thu, 18 Aug 2005 17:10:24 -0600
User-agent: Microsoft-Entourage/11.1.0.040913

Aaron,

Try setting
   automatic_replot = 0;
and see if it helps your plotting response. I use aquaterm, and have no
problems with setting a figure number with figure(n). I use subplot() for
setting subplots. Keep in mind that the plot command order in octave is
somewhat different than for MATLĂ…B. Things like axis(), etc. come before the
plot(), not after it.

Joe


on 8/18/05 9:58 AM, Aaron Mohs at address@hidden wrote:

> Hello,
> 
> I recently installed octave on my Mac OS 10.4 G4 and whenever I plot
> something it comes up in aquaterm.  However, aquaterm does not work well
> to make subplots and other fuctions such as figure(n) do not work as
> well.  How can I set X11 as my plot viewer, like it was for Matlab.
> Thanks for the help!
> 
> Aaron
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 





-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]