Access to TightInset in a figure window
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Daniel Shub
am 29 Nov. 2011
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Title finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!