Put each marker on a curve at a different color

1 view (last 30 days)
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

Accepted Answer

Adam Danz
Adam Danz on 29 Jun 2020

More Answers (0)

Community Treasure Hunt

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

Start Hunting!