Bar plot set ylimit for the axis
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Fabian Günther
el 24 de Ag. de 2020
Respondida: Star Strider
el 24 de Ag. de 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.
0 comentarios
Respuesta aceptada
Star Strider
el 24 de Ag. de 2020
Try this instead:
ylim([0.11,0.125])
That should work.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!