필터 지우기
필터 지우기

Change position of legend and stacking to horizontal

조회 수: 17 (최근 30일)
Yoni Verhaegen
Yoni Verhaegen 2019년 7월 6일
편집: John D'Errico 2023년 4월 27일
Hi,
I have this figure with a lot of information and the boxes of the legend are either larger than the box of my graph or overlay my figure curves. Therefore, I was wondering if it is possible to change the position of the legend box to under the graphs, and to change the stacking from vertical to horizontal. In attachment, I upload the figure where I illustratie what I mean.
Thanksfig2.png
  댓글 수: 1
John D'Errico
John D'Errico 2023년 4월 27일
편집: John D'Errico 2023년 4월 27일
To the person who chose to flag the answer, if you think the answer did not solve your problem, then add a comment to the answer, explaining why this is the case, as opposed to flagging the answer. Flags should be reserved for problems that require moderator attention.
(To be honest, I think you are correct, in that moving a legend within the figure will not help you. However, the legend function cannot be used to put a legend where you wanit it to lie.)

댓글을 달려면 로그인하십시오.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 6일
편집: KALYAN ACHARJYA 2019년 7월 6일
Change the position of legend box?
You specifically asking postion of legend box
You can simply drag and drop
Or
Use the approapriate, follows
legend({'leg1','leg2'},'Location','southoutside')
%....................................^^ Its gives you outside legend (lower)
You can specify the number of legend columns using the NumColumns property, check here
oo.png

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by