| Trees | Indices | Help |
|
|---|
|
|
By default, plot the XPreference and YPreference preferences for all Sheets for which they are defined, using MatPlotLib.
If sheet_views other than XPreference and YPreference are desired, the names of these can be passed in as arguments.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
xsheet_view_name = param.String(default= 'XPreference', doc= Name of the SheetView holding the X position locations. |
|||
ysheet_view_name = param.String(default= 'YPreference', doc= Name of the SheetView holding the Y position locations. |
|||
axis = param.Parameter(default= [-0.5, 0.5,-0.5, 0.5], doc= Four-element list of the plot bounds, i.e. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb315dec>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
xsheet_view_nameName of the SheetView holding the X position locations.
|
ysheet_view_nameName of the SheetView holding the Y position locations.
|
axisFour-element list of the plot bounds, i.e. [xmin, xmax, ymin, ymax].
|
__params
dict() -> new empty dictionary.
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs.
dict(seq) -> new dictionary initialized as if via:
d = {}
for k, v in seq:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:35 2010 | http://epydoc.sourceforge.net |