How can I correctly zoom axes inside an uipanel?

1 visualización (últimos 30 días)
When I execute this code ( an axe inside an uipanel ) :
h = uipanel;
axes('parent',h)
x = -4:0.1:4;
y = randn(10000,1);
hist(y,x)
and zoom in, the histogram can go outside the axes. How can I workaround this issue ?
Thanks
Aurélien (Win XP , R2012b)
  1 comentario
Azzi Abdelmalek
Azzi Abdelmalek el 12 de Sept. de 2012
What do you mean by zoom? by command line or manualy?

Iniciar sesión para comentar.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 12 de Sept. de 2012
  1 comentario
Aurelien Queffurust
Aurelien Queffurust el 12 de Sept. de 2012
Editada: Aurelien Queffurust el 12 de Sept. de 2012
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by