How to fix the scaling of axis?

6 visualizaciones (últimos 30 días)
Mahesh
Mahesh el 25 de Nov. de 2014
Comentada: Geoff Hayes el 25 de Nov. de 2014
Hi, I have a plot from matlab as show. However, I would like to format the scaling of y axis insuch a that upper limit is 1 and lower limit is 0.7. I have tried none of them works. Could you please help me so that I can truncate the plot by decimal place.
This will help me a lot.
Thanks in advance. Mahesh

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 25 de Nov. de 2014
Mahesh - try using ylim to set the y-axis limits. In your case, the code would be
ylim([0.7 1]);
  5 comentarios
Mahesh
Mahesh el 25 de Nov. de 2014
In this sense, I want to truncate the axis like corresponding to 0.718 as 0.6 in lower value and 0.9 in upper value. So I am looking a way to convert like this so that I can set into axis limits. Thanks
Mahesh
Geoff Hayes
Geoff Hayes el 25 de Nov. de 2014
Mahesh - but that is your choice to set the limits. Why 0.6 and not 0.7? What is 0.718 - the minimum value on the y-axis or something else?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graph and Network Algorithms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by