Borrar filtros
Borrar filtros

What is the reason for color of lines are repeating?

4 visualizaciones (últimos 30 días)
venkatesan
venkatesan el 19 de Feb. de 2014
Respondida: Image Analyst el 19 de Feb. de 2014
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.

Respuestas (2)

Mischa Kim
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.

Image Analyst
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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by