Put each marker on a curve at a different color

1 Ansicht (letzte 30 Tage)
Mary
Mary am 29 Jun. 2020
Kommentiert: Mary am 30 Jun. 2020
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

Akzeptierte Antwort

Adam Danz
Adam Danz am 29 Jun. 2020

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by