yampex.adjust.Adjuster(object) class documentation
Part of yampex.adjust
(View In Hierarchy)
I do the hard work of trying to intelligently adjust white space around and in between subplots.
There is definitely some empiricism involved with this, as Matplotlib's
subplots_adjust command doesn't account for text and
ticks.
| Method | __init__ | Adjuster(p) |
| Method | width | Returns the width of the supplied text object in pixels. |
| Method | tickWidth | Returns the maximum width of the y-axis ticks (with labels) for subplot k. |
| Method | getDims | Returns the dimensions of the artist referenced with the specified
name in subplot k, or None if no such artist had
its dimensions defined for that subplot. |
| Method | wSpace | Returns the horizontal (width) space in pixels, to the left of all subplots if left is set, or between subplots otherwise. |
| Method | scaledWidth | Undocumented |
| Method | scaledHeight | Undocumented |
| Method | updateFigSize | Undocumented |
| Method | __call__ | Undocumented |
Returns the dimensions of the artist referenced with the specified
name in subplot k, or None if no such artist had
its dimensions defined for that subplot.