No they don't.
Info
此问题已关闭。 请重新打开它进行编辑或回答。
Plotting issue re legend
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
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!