How can I correctly zoom axes inside an uipanel?

1 vue (au cours des 30 derniers jours)
Aurelien Queffurust
Aurelien Queffurust le 12 Sep 2012
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 commentaire
Azzi Abdelmalek
Azzi Abdelmalek le 12 Sep 2012
What do you mean by zoom? by command line or manualy?

Connectez-vous pour commenter.

Réponse acceptée

Sean de Wolski
Sean de Wolski le 12 Sep 2012
  1 commentaire
Aurelien Queffurust
Aurelien Queffurust le 12 Sep 2012
Modifié(e) : Aurelien Queffurust le 12 Sep 2012
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by