Put each marker on a curve at a different color

1 visualizzazione (ultimi 30 giorni)
Hi Matlab users,
I have a set of data. I want to have only one legend for this set of data and put each individual point at a different color. Is that possible ? because each color would represent something special.
small example of that would be:
co=jet(10);
plot(x,y,'color',co) such that for each pair x-y, there is a specific color. But this code won't work as Matlab expects only one color after 'color'.
Do you have any idea how my idea can be done ?
Regards,
Mary

Risposta accettata

Adam Danz
Adam Danz il 29 Giu 2020

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by