How can I correctly zoom axes inside an uipanel?

1 回表示 (過去 30 日間)
Aurelien Queffurust
Aurelien Queffurust 2012 年 9 月 12 日
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 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 12 日
What do you mean by zoom? by command line or manualy?

サインインしてコメントする。

採用された回答

Sean de Wolski
Sean de Wolski 2012 年 9 月 12 日
  1 件のコメント
Aurelien Queffurust
Aurelien Queffurust 2012 年 9 月 12 日
編集済み: Aurelien Queffurust 2012 年 9 月 12 日
Thanks a lot ! I missed this BR! FYI setting opengl for the renderer has solved the issue

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by