How can I correctly zoom axes inside an uipanel?

1 次查看(过去 30 天)
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)

采纳的回答

Sean de Wolski
Sean de Wolski 2012-9-12
  1 个评论
Aurelien Queffurust
编辑:Aurelien Queffurust 2012-9-12
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by