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!