Legend
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I am plotting a matrix but I don't want the legend to divide the label into the different columns instead just one "legend" per matrix. Is this possible?
1 comentario
Jan
el 11 de Dic. de 2011
What exactly does "plotting a matrix" mean? As lines, as image, as PATCH or SURFACE object?
What does "one legend per matrix" exactly mean?
Respuestas (1)
the cyclist
el 11 de Dic. de 2011
I don't understand your question, but I am going to take a guess. Is this what you mean? Notice that I plotted four lines, but only have a legend on two of them.
h = plot(rand(5,4),'.-')
legend([h(1) h(3)],{'First line','Third line'})
0 comentarios
Ver también
Categorías
Más información sobre Legend en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!