Change position of legend and stacking to horizontal
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
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.
Thanks

댓글 수: 1
  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
      
      
 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)

댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!