How can I add axes on top and right?
조회 수: 22 (최근 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!