How to make a thermometer-style graph?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ZedRedLed
el 21 de Sept. de 2018
Abierta de nuevo: Walter Roberson
el 22 de Dic. de 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 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 21 de Sept. de 2018
Editada: KALYAN ACHARJYA
el 21 de Sept. de 2018
Have you tried
bar(y,'stacked')
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!