How to delete second y axis (plotyy) using the plot tools
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have a figure consisting of 4 subplots. Each of these subplots is a plot with two y-axes (plotyy). However, I want to delete the second y axis using the plot tools. Unfortunately I can't find an entry for the second y-axis in the property editor, nor can I highlight the second y axis. Only the 'first' y axis appears.
Is there a way to delete the second y axis with the plot tools or do I have to extract the data from each subplot and re-plot it again?
Thanks you!
0 Kommentare
Antworten (1)
Adam
am 25 Nov. 2016
You can open the plot browser and this should show you two axes. You can unshow or delete from here. I am working in R2016b though. I don't know if this also works the same in earlier versions.
In R2016b yyaxes is recommended over plotyy though it still appears to work.
2 Kommentare
Adam
am 25 Nov. 2016
Hmm, I'm afraid I can't check that as I recently uninstalled older versions of Matlab.
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!