How can I set different intervals of y axes limits for the same curve?
Mostrar comentarios más antiguos
I have the following set of data:
x=[1:10];
y=[1:8, 90 92];
I want to plot (x,y) in order to highlight both the variability within 0 and 10, and the variability within 85 and 95. I would need to draw two intervals of the y axis on the same plot, such as ylim([0 10]...[85 95]), but it doesn't seem to be possible. Any help?
1 comentario
Azzi Abdelmalek
el 22 de Jul. de 2014
What do you mean?
Respuesta aceptada
Más respuestas (1)
li jiaxing
el 27 de Jun. de 2017
0 votos
Did you solve your problem? I have this problem now and I get the figure using Originlab software. But I want to solve it in matlab, can you help me?
Categorías
Más información sobre Graphics Performance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!