2 y axis (secondary y axis)
10 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to add a secondary axis using plot tools and without touching the code?
0 件のコメント
回答 (1 件)
Jan
2011 年 3 月 31 日
If you can touch the code, use the PLOTYY command. This would be more reproducible.
With the PLOTTOOL you can add an AXES object:
plottools on
% Figure menu > Insert > Axes
Afterwards you can adjust the properties of the new AXES as wanted, e.g. YAxisLocation -> right, Color -> none, etc. Look in the source of PLOTYY to find more useful changes.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Two y-axis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!