octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34119] plotyy more restrictive that plot


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #34119] plotyy more restrictive that plot
Date: Sat, 27 Aug 2011 00:24:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Spacedragon/3.6.13

Update of bug #34119 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                Priority:              5 - Normal => 1 - Later              

    _______________________________________________________

Follow-up Comment #5:

You can do it with hold.


plotyy(x, y1, x, y2) ## Two different scales
hold on
plot(x, y3)          ## y3 is at the same scale as y2
hold off


I think your proposed extension is not necessary, since the same can be
accomplished other ways. I'm marking this bug as wishlist and setting its
priority to low. I hope you agree.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34119>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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