Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Plotting issue re legend

조회 수: 1 (최근 30일)
D.J
D.J 2018년 10월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello all, Any idea how to show different colours in the legend of my plot? both data showing with the same orange colour.
Here is my code
figure(6);
scatter(Phi9all,Phi9all_pdf)
xlabel('Relative Humidity (%)')
ylabel('Normal PDF')
title('Comparison b/t Sample PDF and population PDF for Phi')
hold on
scatter(Phi9all,Phi9all_s_pdf)
legend('Phi9all','Phi9all_s_pdf','Location','NW')
Thank you in advance !
  댓글 수: 3
D.J
D.J 2018년 10월 11일
That is so weird ! I have attached here a snapshot of how it looks like on my computer ! Have you changed anything in the code?
dpb
dpb 2018년 10월 11일
Which release are you using out of curiosity?
This is figure 6 that implies at least five previous so there must be much more code than just this snippet. As jonas shows, it doesn't happen in isolation as a rule so one must presume it's a figment of some previous actions left over that have confused the line color property being retrieved automagically.
Can you start a new session and just do the one plot relatively conveniently? I'm guessing that one would be normal and the conclusion would be that to try to fix this in the existing session would be to introduce a fixup for some previous error and so the better route would be to start from a clean session if it isn't two days worth of work but can be rerun quickly.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by