Bar plot set ylimit for the axis

5 visualizzazioni (ultimi 30 giorni)
Fabian Günther
Fabian Günther il 24 Ago 2020
Risposto: Star Strider il 24 Ago 2020
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.

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by