The plot draws at y = -20, is there any way to force it to plot like normal (y=0)?

1 回表示 (過去 30 日間)
BN
BN 2020 年 9 月 10 日
コメント済み: BN 2020 年 9 月 11 日
Dear all,
I don't know why my plot starts plotting at -20!
Is there any way to plot it on the y=0?
Thank you

採用された回答

Adam Danz
Adam Danz 2020 年 9 月 10 日
編集済み: Adam Danz 2020 年 9 月 10 日
We don't have nearly enough information to understand what's causing those results.
Shots in the dark include.
  • You're using the BaseValue property of the bar() function to vertically offset the bar plot downward. The solution would be to remove that name-value pair or set its value to 0.
  • The y-tick labels have been set such that they no longer correspond to the actual y-ticks. The solution would be to stop setting the YTickLabel property of the axes.
  • Those are patch objects whose vertices are correctly mapped into the axes. If the place of the patch is unexpected, the solution would be to correct the patch vertices.
  3 件のコメント
Adam Danz
Adam Danz 2020 年 9 月 10 日
I don't know how ylim would have caused that problem. Maybe you meant YTickLabel?
I'm glad my shot in the dark was helpful ;)
BN
BN 2020 年 9 月 11 日
Yes, I meant YTickLabel. Thank you so much again.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by