Borrar filtros
Borrar filtros

Info

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

How can I increase the size of the marker symbol in legend?

1 visualización (últimos 30 días)
Hwee
Hwee el 9 de Oct. de 2012
Hi, I am having a trouble with chaning the marker size in legned. I plotted some graphs as follows.
plot(Model.Period,Model.QQ,'o','MarkerEdgeColor','k', 'LineWidth', 2, ...
'MarkerFaceColor','none','MarkerSize',3);
ylabel('Q(cms)','FontWeight','bold');
hold on;
area(Model.Period,Model.QQ, 'FaceColor',[.6 .9 .8],'EdgeColor','k');
hold off;
xlim([min(Model.Period) max(Model.Period)]);
Graph.leg3 = legend('Q as o-symbol','Q as area plot');
set(Graph.leg3,'Location','NorthEast', 'FontWeight', 'bold').
I want to increase the size of marker in the legend without changing the marker size in the graphs. Can you help me, please? Thank you.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by