octave-maintainers
[Top][All Lists]
Advanced

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

plotyy help


From: Rik
Subject: plotyy help
Date: Wed, 22 Jan 2014 10:25:35 -0800

1/22/14

Can someone with access to Matlab run the following code?  I'm trying to
see what state the axes and figure window are left in.

close all
x = 1:10;
y1 = 1:10;
y2 = 10:-1:1;
[ax, h1, h2] = plotyy (x, y1, x, y2);
ax_list = ax
curr_ax = gca
ax_order = get (gcf, 'children')
get (gcf, 'nextplot')
get (ax_list, 'nextplot')

Thanks,
Rik


reply via email to

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