How to plot single colorful line?
古いコメントを表示
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.
採用された回答
その他の回答 (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.
カテゴリ
ヘルプ センター および File Exchange で Color and Styling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!