How can I correctly zoom axes inside an uipanel?

1 Ansicht (letzte 30 Tage)
Aurelien Queffurust
Aurelien Queffurust am 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)

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 12 Sep. 2012
  1 Kommentar
Aurelien Queffurust
Aurelien Queffurust am 12 Sep. 2012
Bearbeitet: Aurelien Queffurust am 12 Sep. 2012
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by