How to make a thermometer-style graph?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ZedRedLed
am 21 Sep. 2018
Erneut geöffnet: Walter Roberson
am 22 Dez. 2018
Hi,
I would like to make a graph that basically is one single vertical bar. I would like to input temperature values and then display them as horizontal lines on said bar. Finally, I would like to give different intervalls on the bar custom colors.
How can I do this? I can't seem to find a solution in the documentation
Thanks in advance!
2 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 21 Sep. 2018
Bearbeitet: KALYAN ACHARJYA
am 21 Sep. 2018
Have you tried
bar(y,'stacked')
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Object Properties 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!