| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
param.parameterized.ParameterizedFunction --+
|
PylabPlotCommand
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
file_dpi = param.Number(default= 100.0, bounds= (0, None), sofDefault DPI when rendering to a bitmap. |
|||
file_format = param.String(default= "png", doc= Which image format to use when saving images. |
|||
filename = param.String(default= None, doc= Optional base of the filename to use when saving images; if None the plot will be displayed interactively. |
|||
filename_suffix = param.String(default= "", doc= Optional suffix to be used for disambiguation of the filename. |
|||
title = param.String(default= None, doc= Optional title to be used when displaying the plot interactively. |
|||
__abstract = Truebool(x) -> bool |
|||
name = <param.parameterized.String object at 0xb23b87c>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Helper function to display a figure on screen or save to a file. p should be a ParamOverrides instance containing the current set of parameters. |
|
|||
file_dpiDefault DPI when rendering to a bitmap. The nominal size * the dpi gives the final image size in pixels. E.g.: 4"x4" image * 80 dpi ==> 320x320 pixel image.
|
file_formatWhich image format to use when saving images. The output can be png, ps, pdf, svg, or any other format supported by Matplotlib.
|
filenameOptional base of the filename to use when saving images; if None the plot will be displayed interactively. The actual name is constructed from the filename base plus the suffix plus the current simulator time plus the file_format.
|
filename_suffixOptional suffix to be used for disambiguation of the filename.
|
titleOptional title to be used when displaying the plot interactively.
|
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 4 12:19:14 2010 | http://epydoc.sourceforge.net |