figure with 3 equal outerposition axes pushes third axis off figure
古いコメントを表示
figure;a1=axes('outerposition',[0 0 .333 1]);a2=axes('outerposition',[0.333 0 .333 1]);a3=axes('outerposition',[.666 0 .333 1]);
a3b = axes('position',get(a3,'position'),'yaxislocation','right');
ylabel(a3b,'axis3b');

2 件のコメント
Andrew Newell
2011 年 12 月 16 日
Why not just use SUBPLOT for each plot?
Eric
2011 年 12 月 16 日
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Two y-axis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!