Clear Filters
Clear Filters

How do I change the right axis on plotyy in MATLAB?

1 view (last 30 days)
How do I change the limit of the right size of the plot using plotyy? Wanted to use axis([a b c d]) but that does not work.

Accepted Answer

Walter Roberson
Walter Roberson on 21 Jan 2011
ax = plotyy(...);
axis(ax(2),[a b c d]);

More Answers (0)

Categories

Find more on Two y-axis in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!