Generalised ImagePadding->All
- To: mathgroup at smc.vnet.net
- Subject: [mg87689] Generalised ImagePadding->All
- From: Will Robertson <wspr81 at gmail.com>
- Date: Tue, 15 Apr 2008 06:49:57 -0400 (EDT)
Hello,
Mathematica's ImagePadding (v6.0.1) only accepts options either
All
None
m
{{l,r},{u,d}}
Where m/l/r/u/d all must be dimensions in points.
But I'd like to use "All" in any combination of the l/r/u/d; for example:
ImagePadding->{{All,All},{50,50}}
to, say, still allow enough space for horizontal tick labels but pad
things out more vertically.
Does v6.0.2 improve this situation?
If not, is it possible to calculate these values manually?
Many thanks,
Will