フィルターのクリア

Bar plot set ylimit for the axis

16 ビュー (過去 30 日間)
Fabian Günther
Fabian Günther 2020 年 8 月 24 日
回答済み: Star Strider 2020 年 8 月 24 日
Hello,
is there a option to set the ylimit for the axis. I´ve tried with ylim=([0.11,0.125]); but it doesn´t work.
Thanks and best regards.

採用された回答

Star Strider
Star Strider 2020 年 8 月 24 日
Try this instead:
ylim([0.11,0.125])
That should work.

その他の回答 (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