Bar plot set ylimit for the axis

16 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by