yampex.plot.Dims(object) class documentation
Part of yampex.plot
(View In Hierarchy)
I store dimensions of things for each subplot. If my debug class
attribute is set True, I print info about what's being set and
get for debugging purposes.
| Method | __init__ | Undocumented |
| Method | clear | Clears out all my info. |
| Method | setDims | For subplot k (index starts at zero), sets the X and Y dimensions of an object with the specified name to the supplied sequence dims. |
| Method | getDims | For subplot k, returns the dimension of the object with the
specified name or None if no such dimension has been
set. |