How can i plot multiple line plots (up to 5) and a bar plot in the same graph an inverted y-axis.
Mostrar comentarios más antiguos
I am trying to plot several stream discharge hydrographs, along with a precipitation bars in the same graph, where the y-axis for the precip bars is inverted (so bars are coming down from the top rather than from x-axis).
Is this possible?
Respuestas (2)
Sean de Wolski
el 13 de Sept. de 2012
Good question. I can't think of an elegant way, though I'm sure there is one.
bar(-1:-1:-4)
Y Budi Sulistioadi
el 10 de Jun. de 2013
0 votos
and this for plotyy discussion
Categorías
Más información sobre Two y-axis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!