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: anonymous
Subject: [Octave-bug-tracker] [bug #34119] plotyy more restrictive that plot
Date: Sat, 27 Aug 2011 00:17:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo

Follow-up Comment #4, bug #34119 (project octave):

I don't really understand how the fairly flexible argument lists of plot() are
parsed but I imagine plotyy could be done in a similar way. 

Currently it is a bit illogical that they function so differently (specifying
linestyle, legend titles etc seems to be completely a different mechanism). 

For the multiple plots:

plotyy(x1,y1,"axes", "x1,y2","other_opt","opt_value",
xd2,yd2,"axes","x2y2",xd3,yd3,"axes","x2y2",xd4,yd4);

xd4,yd4 by default plots on x1y1 . 

The argument list could be extensible as is the case for plot. 

I currently have two datasets that have the same scale and a third that is
different. I can't do it with plot because I need two scales but I cant do it
with plotyy because it can't take three datasets. 

As it works now, I need to dump out to a text file and use gnuplot directly on
the data. It would be nice if I could skip that drudgery.

    _______________________________________________________

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]