필터 지우기
필터 지우기

Legends in same figure

조회 수: 1 (최근 30일)
maro
maro 2013년 5월 6일
I am plotting in the same figure from different m-files and I want a legend for each of them to show up, I tried to manage that but I failed.
To make my question clear I called the following m-files,
Beforefault
Duringfault
Afterfault
each m-file (Beforefault,Duringfault and Afterfault) has only one figure and the plot part is like this:
figure(1);
plot(t,x);
end
I putted all the three legends in last part of last m-file (Afterfault), it doesn't work.

답변 (2개)

Image Analyst
Image Analyst 2013년 5월 6일
What doesn't work about it? Does it error out? Does it not have the correct (matching) colors and line styles? Does it not put three (or however many you plotted) lines in the legend box? Can you upload a screenshot to http://snag.gy?
  댓글 수: 4
maro
maro 2013년 5월 10일
I used "cla reset" command it clears all entries before it and this not working for me because I need the first entries of previous plots.
maro
maro 2013년 5월 11일
Please anyone have idea can help me.

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


maro
maro 2013년 5월 9일
My problem is I have so many data in same figure of all plots (entries of legend) how can I delete all of this entries?
  댓글 수: 6
Image Analyst
Image Analyst 2013년 5월 10일
Try tinypic.com or look here
maro
maro 2013년 5월 10일

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

카테고리

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