How can I correctly zoom axes inside an uipanel?

2 visualizzazioni (ultimi 30 giorni)
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)

Risposta accettata

Sean de Wolski
Sean de Wolski il 12 Set 2012
  1 Commento
Aurelien Queffurust
Aurelien Queffurust il 12 Set 2012
Modificato: Aurelien Queffurust il 12 Set 2012
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by