How to plot ONE LINE with multiple colors?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
reyadh Albarakat
am 12 Mai 2016
Beantwortet: Walter Roberson
am 12 Mai 2016
Hi Everyone,
I have data of VI for three periods first from 82-92, 93-2003 and 2004-2015.
I want to plot VI with time in ONE LINE provided that each period has different
color.
Thank you in advance
Reyadh
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 12 Mai 2016
It is not possible to do that in MATLAB using line objects or lineseries objects or primitive chart line objects, or annotation objects. Individual MATLAB lines are restricted to a single color.
For lines with color, you need to either draw multiple line segments, or you need to use patch objects with appropriate FaceVertexCData properties.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!