How can i make a common legend (title) for subplots?

조회 수: 8 (최근 30일)
Fabio
Fabio 2014년 6월 2일
댓글: Amin Mohammed 2019년 1월 27일
As you see in the img I have the same legend for the four subplot.
How can I position it only once outside the subplot? Maybe to the right of subplots or to the left or at centre (iterazione means iteration).
Then, I know that I can use a title for each subplot but how can I use just only title for the whole figure?
Thank you
  댓글 수: 1
Amin Mohammed
Amin Mohammed 2019년 1월 27일
I hope you provide a running code to test your case and try to help you.

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

답변 (2개)

Star Strider
Star Strider 2014년 6월 4일
Only call the legend in subplot(2,2,2), and not the others, and use -1 as the position indicator. That will put it outside (to the right) of the second subplot in the first row.

Image Analyst
Image Analyst 2014년 6월 2일
  댓글 수: 2
Fabio
Fabio 2014년 6월 4일
My matlab version is 7.10 (R2010a), it hasn't suplabel, have you got other solution?
Thank you
Image Analyst
Image Analyst 2014년 6월 4일
It's not a built-in function, so whatever version you have does not matter. It's something a user wrote and uploaded. You need to download it to some folder on your search path.

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

카테고리

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