Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Plotting issue re legend

3 visualizaciones (últimos 30 días)
D.J
D.J el 11 de Oct. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
D.J
D.J el 11 de Oct. de 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 el 11 de Oct. de 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.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by