setting only the y axis scale of a plot

i want to set the scale of the y axis on a plot without setting the x, so that the scale of the x axis remains automatically determined.
i normally use the following axis([xmin xmax ymin ymax]) but of course that doesnt seem to work in this situation.
thanks in advance

Respuestas (1)

Patrick Kalita
Patrick Kalita el 18 de Abr. de 2011

1 voto

You can use the ylim command, or use the YLim property if you have the axes handle.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

k h
el 18 de Abr. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by