在matlab中使用圖例命令時,如何減少圖例符號及其對應標籤之間的水平距離?Matlab:減少圖例中符號和標籤之間的間距
示例代碼:
Line1=plot(x1,y1,'s');
Line2=plot(x2,y2,'o');
Line3=plot(x3,y3,'^');
Leg=legend([Line1, Line2, Line3],...
'Line1 text','Line2 text','Line3 text',...
'Location','NorthEast');
謝謝!這正是我想要做的。 – mrsoltys
很高興能幫到你! –
這在R2015a中不起作用 – Veridian