Bar plot set ylimit for the axis

12 views (last 30 days)
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.

Accepted Answer

Star Strider
Star Strider on 24 Aug 2020
Try this instead:
ylim([0.11,0.125])
That should work.

More Answers (0)

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!