holoviews.core.accessors module
Module for accessor objects for viewable HoloViews objects.
-
class holoviews.core.accessors.Apply(obj, mode=None)[source]
Bases: object
Utility to apply a function or operation to all viewable elements inside the object.
-
class holoviews.core.accessors.Redim(obj, mode=None)[source]
Bases: object
Utility that supports re-dimensioning any HoloViews object via the
redim method.
-
classmethod replace_dimensions(dimensions, overrides)[source]
Replaces dimensions in list with dictionary of overrides.
- Parameters:
- dimensions
list
List of dimensions
- overrides
dict
Dictionary of dimension specs indexed by name
- Returns:
list
List of dimensions with replacements applied