Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Plotting issue re legend

1 Ansicht (letzte 30 Tage)
D.J
D.J am 11 Okt. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentare
D.J
D.J am 11 Okt. 2018
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 am 11 Okt. 2018
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.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by