フィルターのクリア

What is the reason for color of lines are repeating?

4 ビュー (過去 30 日間)
venkatesan
venkatesan 2014 年 2 月 19 日
回答済み: Image Analyst 2014 年 2 月 19 日
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.

回答 (2 件)

Mischa Kim
Mischa Kim 2014 年 2 月 19 日
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 2014 年 2 月 19 日
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.

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by