additional non linear x axes
2 ビュー (過去 30 日間)
古いコメントを表示
Hi all!
I would like to know if there's a way to add a second x axes (nonlinear) on top of the figure which has different labels using property inspector.
If not, is there any simple script I can use?
Thanks!
0 件のコメント
採用された回答
Ajay Kumar
2019 年 12 月 2 日
編集済み: Ajay Kumar
2019 年 12 月 2 日
Have a read at this link.
where the position of the axis can be written.
for eg:
ax2 = axes('Position',ax1_pos,...
'XAxisLocation','bottom',...
'YAxisLocation','right',...
'Color','none');
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!