How to make a thermometer-style graph?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ZedRedLed
le 21 Sep 2018
Rouvert : Walter Roberson
le 22 Déc 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 commentaires
Réponse acceptée
KALYAN ACHARJYA
le 21 Sep 2018
Modifié(e) : KALYAN ACHARJYA
le 21 Sep 2018
Have you tried
bar(y,'stacked')
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Graphics Object Properties dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!