| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
PlotGroupSaver
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
file_format = param.String(default= "png", doc= Bitmap image file format to use. |
|||
filename_prefix = param.String(default= "", doc= Optional prefix that can be used in the filename_format command to disambiguate different simulations or conditions. |
|||
filename_suffix = param.String(default= "", doc= Optional suffix that can be used in the filename_format command to disambiguate different simulations or conditions. |
|||
filename_format = param.String(default= "%(filename_prefix)s%(Format string to use for generating filenames for plots. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
file_formatBitmap image file format to use.
|
filename_prefixOptional prefix that can be used in the filename_format command to disambiguate different simulations or conditions.
|
filename_suffixOptional suffix that can be used in the filename_format command to disambiguate different simulations or conditions.
|
filename_formatFormat string to use for generating filenames for plots. This string will be evaluated in the context of a dictionary that defines various items commonly used when generating filenames, including: basename: the default sim.basename(), usually name+time() time: the current simulation time (topo.sim.time()) sim_name: the name of the current simulation (topo.sim.name) plot_label: the label specfied in the PlotGroup for this plot file_format: the bitmap image file format for this type of plot plotgroup_name: the name of this PlotGroup
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:35 2008 | http://epydoc.sourceforge.net |