Sun 23 Mar 2014 06:40:34 PM UTC, comment #1:
Happily this problem has been fixed, but it has been fixed on the development branch of Octave that is schedule for the 4.2 release (a long time from now). Either you can build from source, or since this is just an m-file, you can copy the file plotyy.m from the development sources and replace your local version with the newer one.
|
Sun 23 Mar 2014 12:24:48 AM UTC, original submission:
When I superimpose two plotyy's using 'hold on' the first y2 plot doesn't display. This is an example:
--------------
------------
There should be four sine waves separated by pi/10 in phase, but the second one (y2a, which should be green) is missing.
I also see this problem when importing data for the various vectors x and y.
I've tried different N for the two plotyy's with the same result.
I've tried simple plotyy calls with no handle returns or 'set' calls with the same result.
I'm not specifying a graphics toolkit, so I think this means I'm using OpenGL?
Thanks for any help,
Gerrit
|