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: Michael Goffioul
Subject: Re: 2 Y-axes in the same figure
Date: Tue, 18 Oct 2011 20:46:30 +0100

On Tue, Oct 18, 2011 at 8:34 PM, Eduardo J. Adam <address@hidden> wrote:
> Wowww.
> But It is almost the solution. Look, it is a semilogx with 2 Y-axes.

Something like this should do it:

h = plotyy(...);
set (h, 'xscale', 'log');

Michael.


reply via email to

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