plotyy and Property Editor
古いコメントを表示
Hi-
I can't figure out how to use the GUI and the Property Editor to access the second axis in a plotyy figure. I can edit the properties of the main axis and its lineseries, as well as the secondary lineseries, but I can't figure out how to select the secondary axis. As a result, I can't keep the two graphs coordinated if I change the limits or linearity of the X axis. Any suggestions?
Raph
採用された回答
その他の回答 (1 件)
Oleg Komarov
2012 年 5 月 24 日
h = plotyy(...)
where h will have two handles.
Try then
inspect(h(1))
inspect(h(2))
inspect(h)
カテゴリ
ヘルプ センター および File Exchange で Two y-axis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!