フィルターのクリア

Bar graph start value

12 ビュー (過去 30 日間)
David C
David C 2011 年 9 月 7 日
Hi,
The bar command always draw bars starting from 0. If the value to plot is positive, the bar extends upwards from 0, and if the value is negative, the corresponding bar extends downward. Is there a way to change the value the bars start at? For example, I would like the bars to start at -5 (so that bars with values at -2, -1 extend upward).
Thanks, David

採用された回答

Oleg Komarov
Oleg Komarov 2011 年 9 月 7 日
bar([-5 -2 2 4 5],'BaseValue',-5)
  2 件のコメント
David C
David C 2011 年 9 月 7 日
Perfect. Thanks Oleg. I should have looked in the barseries properties before asking this question.
Oleg Komarov
Oleg Komarov 2011 年 9 月 7 日
I didn't know either before you asked.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by