Access to TightInset in a figure window
6 ビュー (過去 30 日間)
古いコメントを表示
Hi, I sometimes get clipping of multi-line axis labels (e.g. title) in the exported graphic of a figure window. It seems hard to resolve this, even when playing with the PaperPosition. I have written some rather clumsy work-arounds, but it appears that the TightInset property might allow a clean approach to such problems.
However, it is documented as read-only.
Is there any way to access this property, or must/can one achieve the desired changes by changing the values of Position and OuterPosition?
0 件のコメント
採用された回答
Daniel Shub
2011 年 11 月 29 日
There is pretty good documentation here: http://www.mathworks.com/help/releases/R2011a/techdoc/creating_plots/f1-32495.html
The tight inset position is calculated automatically. You can specify both the position and the outer position. This should give you what you need.