Public Member Functions | |
def | __init__ |
def | defaults |
def | set_method |
def | set_attribute |
Parsing logic for dataplot autoconfig tuples. This is just used for DRY convenience here and should not be used outside this module.
Definition at line 146 of file plotmodels.py.
|
Initialize a dataplot using sensible defaults. This can be a dataplot (subclass of dataplot.GenericPlot, i.e. R.Scatter) in this case, we assume basename of scatter and a plot method called get_scatter_args. tuple (dataplot,dict) where dict is a dictionary of kwargs used to initialize the dataplot. So you can use this form if you want to override the default basename, get_plot_args method, or other plot parameters. Definition at line 149 of file plotmodels.py. |
|
Derive sensible defaults from provided info. Definition at line 171 of file plotmodels.py. |
|
Set dataplot instance. Definition at line 208 of file plotmodels.py. |
|
Set data-gathering method if necessary. Definition at line 192 of file plotmodels.py. |