How to plot single colorful line?
Afficher commentaires plus anciens
Iam trying to plot a single line graph varaying colororder depending on the intensity increse.
x=[1 2 3 4 5 6 ];
y=[1 2 3 4 5 6 ];
plot(x,y), colororder(jet)
expecting to color change over line. Thank you.
Réponse acceptée
Plus de réponses (1)
This can't be done with a single line object. It can be done with multiple line objects or with patch objects. This thread has examples of both.
Catégories
En savoir plus sur Color and Styling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!