help-octave
[Top][All Lists]
Advanced

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

Re: subplot plot not obeying ylim


From: JasonNicholson
Subject: Re: subplot plot not obeying ylim
Date: Sun, 8 Sep 2013 19:35:12 -0700 (PDT)

I think what you want to do is just which to the current subplot and then use
ylim.  You do this by calling subplot.  For instance, if you have 2 x 2
subplot, to activate the 2nd plot call subplot(222) (or subplot(2,2,2) ). 
Once you have the needed plot active, call ylim.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/subplot-plot-not-obeying-ylim-tp4657130p4657161.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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