figure toolbar/menu overlaps part of figure

i create a figure of a certain size (sizeX, sizeY), with units inches (in this case).
i'm putting a title at the top of the figure using its own axes and text(): but if i put the axes at 'Position',[0 sizeY-0.5 sizeX 0.1944] after setting its units to inches, the axes (with visible turned on) are just BARELY below the figure menu/toolbar. the axes are maybe? 0.5" below the windowmanager titlebar.
are the menu/toolbars INSIDE a figure?
i wish i could post images in here. ideas? thanks

댓글 수: 2

Jan
Jan 2011년 12월 7일
Please post the code, which reproduces the problem, such that we can run it. Of course you can set the text outside the visible area. But the toolbar and the menu are not part of the standard figure area.
Jan
Jan 2011년 12월 7일
To embed pictures: http://www.mathworks.com/matlabcentral/answers/243-how-do-i-post-a-picture-with-my-question

댓글을 달려면 로그인하십시오.

 채택된 답변

Jan
Jan 2011년 12월 7일

0 개 추천

The position of the text depends on:
  • position and units of the AXES
  • position and units of the TEXT
  • HoriztalAlignment and VerticalAlignment of the TEXT
  • Margin of the TEXT
  • The string, if it contains empty lines, line breaks etc.
Please post your code to reveal the cause of your problems.

추가 답변 (1개)

Eric
Eric 2011년 12월 7일

0 개 추천

many thanks, all. seems someone snuck an outerPosition setting for that axes into the code...

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

질문:

2011년 12월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by