[繪圖] legend的圖例顏色
請問各位高手
就是我用'legend'作標示的時候
發現我的兩條線都是同樣的顏色 完全無法更動第二條的顏色
我弄了有一陣子了..也不知道問題出在哪裡.....
請各位大大幫我一下 要如何解決..
----------------Code如下-----------------
x1=0:0.001:2.5
x2=0.25
y1=100;
y2=66;
y3=0:200
y4=0:100
subplot(3,1,1);scatter(h,ma,'.');ylabel('< SS >');title('h-SS');hold on;
subplot(3,1,1);plot(x1,y1,'r-');plot(x2,y3,'c-');hold on;
legend('h-SS','standard','位置')
subplot(3,1,2);scatter(h,mc,'.');ylabel('< Corr >');title('h-Corr');hold on;
subplot(3,1,2);plot(x1,y2,'r-',x2,y4,'c-');hold on;
legend('h-Corr','standard','位置')
subplot(3,1,3);scatter(h,ms,'.');xlabel('h(m/s)');ylabel('< SNR >');title('h-SNR');hold on;
legend('h-SNR')
--
青蘋果樹 高中, 國中, 國小
Area1-TPHigh 校友 Σ台北地區高中群組
Tai-Senior 高中 Σ台北地區高中
NOCHIGH 華僑
Bushiban 校友 Σ補習班聯盟
Peter_EN 張維 ◎張維英文版
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.23.101
推
10/12 01:47, , 1F
10/12 01:47, 1F
→
10/12 01:47, , 2F
10/12 01:47, 2F
已解決~~~非常感謝!!!!!!!!!
※ 編輯: s15512207 來自: 101.9.102.71 (10/13 14:53)
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章