How do I change the marker size on the legend ? I can change the font size but not marker.
l = legend('Orientation', 'Horizontal', 'RNN (Ours)', 'SLIC', 'SEEDS', 'LSC', 'ERS', 'FH');
l.FontSize = 20;
set(l,'Position', [0.4 0 0.2 0.2], 'Units', 'normalized');
0 件のコメント
サインインしてコメントする。