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.
def __init__(self):
Undocumented
def clear(self):

Clears out all my info.

def setDims(self, k, name, dims):

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.

def getDims(self, k, name):

For subplot k, returns the dimension of the object with the specified name or None if no such dimension has been set.

API Documentation for yampex, generated by pydoctor at 2022-11-21 15:03:54.