How to control the next color?

I am using scatter plots: scatter(...); scatter(...); scatter(...); scatter(...); etc. Each of the plots has different colors automatically. How to change the colors? I dont want to give custom colors, just use another color map.

Antworten (1)

Mike Garrity
Mike Garrity am 10 Nov. 2015

0 Stimmen

If you're using scatter without a CData argument (4th arg), then it's using the ColorOrder property of the axes. You can find some examples of how to set that on this page of the doc.

Gefragt:

am 10 Nov. 2015

Beantwortet:

am 10 Nov. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by