What is the reason for color of lines are repeating?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I was run richards program. This program was run successfully but I am not clear about graphs. Because many number of lines are plotted here and also same color are shown what is meant by repeat colors. Please give some possible solution.
0 comentarios
Respuestas (2)
Mischa Kim
el 19 de Feb. de 2014
Venkatesan, could be that there is a
hold on
command, somewhere in the code? If so, replace by
hold all
to get differently colored line plots.
0 comentarios
Image Analyst
el 19 de Feb. de 2014
There is a set of default colors for lines and once they're all used, the colors will repeat. So if you have many lines, there may be repeated colors. See my demo, attached below in clue, on changing the default color order.
0 comentarios
Ver también
Categorías
Más información sobre Data Exploration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!