How can I correctly zoom axes inside an uipanel?

조회 수: 2 (최근 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 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