How can I add axes on top and right?
37 ビュー (過去 30 日間)
古いコメントを表示
Exactely like this.
Not different axes, I just want to add on top and right same x and y axes to make a kind of "cornice", same colour, same axis and no label!
Thank you very much.
0 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2023 年 6 月 8 日
編集済み: KALYAN ACHARJYA
2023 年 6 月 8 日
This way
legend('Case 1', 'case 2');
legend_data= legend('Line 1', 'Line 2');
legend_data.Location = 'northwest';
6 件のコメント
参考
カテゴリ
Help Center および File Exchange で Legend についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!