|
|
make_plots(self,
update=True)
Create and scale the plots, after first executing the PlotGroup's pre_plot_hooks
(if update is True) and plot_hooks. |
source code
|
|
|
|
scale_images(self,
zoom_factor=None)
Scale the images by the given zoom factor, if appropriate; default is to do nothing. |
source code
|
|
|
|
_generate_plots(self)
Return the list of Plots |
source code
|
|
|
|
|
|
|
_sort_plots(self)
Sort plots according to their precedence, then alphabetically. |
source code
|
|
|
|
__init__(self,
**params)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
_create_images(self,
update)
Generate the sorted and scaled list of plots constituting the PlotGroup. |
source code
|
|
|
Inherited from param.parameterized.Parameterized:
__getstate__,
__repr__,
__setstate__,
__str__,
debug,
defaults,
force_new_dynamic_value,
get_param_values,
get_value_generator,
inspect_value,
message,
print_param_values,
script_repr,
set_default,
set_dynamic_time_fn,
set_param,
state_pop,
state_push,
verbose,
warning
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|