How can i plot multiple line plots (up to 5) and a bar plot in the same graph an inverted y-axis.
古いコメントを表示
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?
回答 (2 件)
Sean de Wolski
2012 年 9 月 13 日
Good question. I can't think of an elegant way, though I'm sure there is one.
bar(-1:-1:-4)
Y Budi Sulistioadi
2013 年 6 月 10 日
0 投票
and this for plotyy discussion
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!