help-octave
[Top][All Lists]
Advanced

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

Re: 2 Y-axes in the same figure


From: Ben Abbott
Subject: Re: 2 Y-axes in the same figure
Date: Fri, 21 Oct 2011 09:11:57 -0400

> 
> The following works in dev branch of octave:
> 
> h = plotyy(...)
> hold (h(1), "on")
> hold (h(2), "on")
> plotyy(...)
> 

Perhaps a listener should be added so that  "hold on" is applied to both axes?

Ben


reply via email to

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