How to reset ylim from figure window on a two axis plot?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have recently switched to Matlab version 2016a. Previously I was using 2013b (please don't judge). I would frequently make two axes plots using plotyy, setting the y limits of each axis. After making the graph, I would zoom into areas of interest using the zoom tool on the figure tool bar. In order to return to the y limits I previously established on both axes, all I had to do was double click on the plot with the zoom tool or pan tool. If I do this in version 2016a it appears to only reset the axis I am on.
Is there a way to reset the y limits on a two axes plot for both the left and the right axis in version 2016a using the mouse?
Thanks,
-Tom-
0 Kommentare
Antworten (1)
Robert
am 2 Mai 2016
You could use the linkaxes function on your two axes handles. Then MATLAB will update whichever you didn't update to match the one you did.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Two y-axis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!