Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/holoviews
/ functions
Functions
1,865 in github.com/holoviz/holoviews
⨍
Functions
1,865
◇
Types & classes
320
↓ 1 callers
Method
update_frame
Set the plot(s) to the given frame number. Operates by manipulating the matplotlib objects held in the self._handles diction
holoviews/plotting/plot.py:557
↓ 1 callers
Method
update_frame
Set the plot(s) to the given frame number. Operates by manipulating the matplotlib objects held in the self._handles diction
holoviews/plotting/mpl/element.py:382
↓ 1 callers
Method
update_frame
(self, key, ranges=None)
holoviews/plotting/mpl/plot.py:204
↓ 1 callers
Method
update_handles
Update the elements of the plot. :param axis:
holoviews/plotting/mpl/element.py:423
↓ 1 callers
Method
update_handles
(self, axis, points, key, ranges=None)
holoviews/plotting/mpl/chart3d.py:128
↓ 1 callers
Method
update_handles
(self, axis, element, key, ranges=None)
holoviews/plotting/mpl/chart3d.py:183
↓ 1 callers
Method
update_handles
(self, axis, element, key, ranges=None)
holoviews/plotting/mpl/chart3d.py:224
↓ 1 callers
Method
update_handles
(self, axis, element, key, ranges=None)
holoviews/plotting/mpl/chart.py:246
↓ 1 callers
Method
update_handles
Should be called by the update_frame class to update any handles on the plot.
holoviews/plotting/mpl/plot.py:420
↓ 1 callers
Method
update_handles
Should be called by the update_frame class to update any handles on the plot.
holoviews/plotting/mpl/plot.py:1013
↓ 1 callers
Method
update_handles
(self, axis, view, key, ranges=None)
holoviews/plotting/mpl/seaborn.py:41
↓ 1 callers
Function
v3_strip_output
strip the outputs from a notebook object
holoviews/ipython/archive.py:36
↓ 1 callers
Method
validate
(cls, columns)
holoviews/core/data.py:702
↓ 1 callers
Function
walk_depth_first
(name)
holoviews/core/util.py:498
Function
BokehScrubberWidget
()
holoviews/plotting/bokeh/bokehwidgets.js:6
Function
BokehSelectionWidget
()
holoviews/plotting/bokeh/bokehwidgets.js:2
Function
HoloViewsWidget
()
holoviews/plotting/widgets/widgets.js:1
Function
MPLScrubberWidget
()
holoviews/plotting/mpl/mplwidgets.js:6
Function
MPLSelectionWidget
()
holoviews/plotting/mpl/mplwidgets.js:2
Method
__add__
(self, obj)
holoviews/core/layout.py:28
Method
__add__
(self, obj)
holoviews/core/layout.py:216
Method
__add__
(self, obj)
holoviews/core/layout.py:272
Method
__add__
(self, other)
holoviews/core/layout.py:500
Method
__add__
(self, obj)
holoviews/core/spaces.py:156
Method
__add__
(self, obj)
holoviews/core/spaces.py:737
Method
__add__
(self, other)
holoviews/core/overlay.py:129
Method
__call__
Render the supplied HoloViews component or plot instance using the appropriate backend. The output is not a file format but a
holoviews/plotting/renderer.py:136
Method
__call__
(self, obj, **kwargs)
holoviews/plotting/plot.py:100
Method
__call__
Render the supplied HoloViews component using the appropriate backend. The output is not a file format but a suitable, in-mem
holoviews/plotting/bokeh/renderer.py:24
Method
__call__
(self)
holoviews/plotting/widgets/__init__.py:94
Method
__call__
Render the supplied HoloViews component or MPLPlot instance using matplotlib.
holoviews/plotting/mpl/renderer.py:80
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:72
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:96
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:110
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:132
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:158
Method
__call__
(self, plot, view)
holoviews/plotting/mpl/hooks.py:221
Method
__call__
Update and return the supplied Layout with the output of the hook at the given time out of the given list of times.
holoviews/interface/collector.py:283
Method
__call__
(self, attrtree=Layout(), times=[], strict=False)
holoviews/interface/collector.py:517
Method
__call__
(self, data, **params)
holoviews/operation/element.py:589
Method
__call__
(self, element, ranges={}, keys=None, **params)
holoviews/operation/normalization.py:82
Method
__call__
(self, element, **params)
holoviews/core/operation.py:107
Method
__call__
(self, vmap, **params)
holoviews/core/operation.py:144
Method
__call__
(self, src, **params)
holoviews/core/operation.py:179
Method
__call__
Given a HoloViews object return the raw exported data and corresponding metadata as the tuple (data, metadata). The metadata
holoviews/core/io.py:131
Method
__call__
Given raw data in the appropriate format return the corresponding HoloViews object. Acts as the inverse of Exporter when supp
holoviews/core/io.py:174
Method
__call__
(self, obj, **kwargs)
holoviews/core/io.py:233
Method
__call__
(self, data)
holoviews/core/io.py:264
Method
__call__
(self, obj, key={}, info={}, **kwargs)
holoviews/core/io.py:318
Method
__call__
(self, data, entries=None)
holoviews/core/io.py:364
Method
__call__
Filter each Layout in the Collator with the supplied path_filters. If merge is set to True all Layouts are merged, otherwise
holoviews/core/element.py:560
Method
__call__
(self, values=None, **params)
holoviews/core/options.py:107
Method
__call__
Create a new Options object that inherits the parent options.
holoviews/core/options.py:246
Method
__call__
Derive a new Dimension that inherits existing parameters except for the supplied, explicit overrides
holoviews/core/dimension.py:113
Method
__call__
Apply the supplied options to a clone of the object which is then returned. Note that if no options are supplied at all, all
holoviews/core/dimension.py:768
Method
__call__
(self, name, escape=True, version=None)
holoviews/core/util.py:177
Method
__call__
(self, completion)
holoviews/core/util.py:472
Method
__call__
(self)
holoviews/ipython/widgets.py:142
Method
__call__
Execute the run_hook to a total of value, breaking up progress updates by the value specified by interval.
holoviews/ipython/widgets.py:194
Method
__call__
(self, nb, resources)
holoviews/ipython/archive.py:295
Method
__contains__
(self, name)
holoviews/core/tree.py:222
Method
__contains__
(self, point)
holoviews/core/boundingregion.py:29
Method
__contains__
(self, other)
holoviews/core/boundingregion.py:138
Method
__contains__
(self, key)
holoviews/core/ndmapping.py:543
Method
__enter__
(self)
holoviews/core/ndmapping.py:31
Method
__enter__
(self)
holoviews/core/ndmapping.py:51
Method
__eq__
(self, other)
holoviews/core/boundingregion.py:211
Method
__exit__
(self, exc_type, exc_val, exc_tb)
holoviews/core/ndmapping.py:35
Method
__exit__
(self, exc_type, exc_val, exc_tb)
holoviews/core/ndmapping.py:55
Method
__get_shape
(self)
holoviews/core/sheetcoords.py:126
Method
__get_xdensity
(self)
holoviews/core/sheetcoords.py:122
Method
__get_ydensity
(self)
holoviews/core/sheetcoords.py:124
Method
__getattr__
Multi-level attribute access on a ViewRef() object creates a reference with the same specified attribute access path.
holoviews/interface/collector.py:157
Method
__getattr__
Allows creating sub OptionTree instances using attribute access, inheriting the group options.
holoviews/core/options.py:398
Method
__getitem__
(self, key)
holoviews/element/path.py:54
Method
__getitem__
(self, slices)
holoviews/element/raster.py:54
Method
__getitem__
(self, slices)
holoviews/element/raster.py:258
Method
__getitem__
Slice the underlying numpy array in sheet coordinates.
holoviews/element/raster.py:526
Method
__getitem__
(self, key)
holoviews/element/annotation.py:34
Method
__getitem__
(self, slc)
holoviews/element/chart3d.py:63
Method
__getitem__
(self, index)
holoviews/element/chart.py:32
Method
__getitem__
Implements slicing or indexing of the Histogram
holoviews/element/chart.py:162
Method
__getitem__
Get the value associated with the given heading (key).
holoviews/element/tabular.py:57
Method
__getitem__
(self, val)
holoviews/interface/collector.py:75
Method
__getitem__
Slice the referenced Chart.
holoviews/interface/collector.py:146
Method
__getitem__
In addition to usual NdMapping indexing, NdElements can be indexed by column name (or a slice over column names)
holoviews/core/element.py:390
Method
__getitem__
Provides a convenient interface to override the range and samples parameters of the Cycle. Supplying a slice step or index ov
holoviews/core/options.py:164
Method
__getitem__
Infinite cyclic indexing of options over the integers, looping over the set of defined Cycle objects.
holoviews/core/options.py:289
Method
__getitem__
(self, item)
holoviews/core/options.py:392
Method
__getitem__
(self, key)
holoviews/core/layout.py:136
Method
__getitem__
(self, key)
holoviews/core/layout.py:480
Method
__getitem__
For a given non-root node, access a child element by identifier. If the node is a root node, you may also access elements using
holoviews/core/tree.py:157
Method
__getitem__
Return an element for any key chosen key (in'closed mode') or for a previously generated key that is still in the cache (for
holoviews/core/spaces.py:530
Method
__getitem__
Allows transparently slicing the Elements in the Overlay to select specific layers in an Overlay use the .get method.
holoviews/core/overlay.py:111
Method
__getitem__
Multi-dimensional indexing semantics is determined by the list of key dimensions. For instance, the first indexing component
holoviews/core/dimension.py:636
Method
__getitem__
Allows slicing and selecting values in the Columns object. Supports multiple indexing modes: (1) Slicing and indexing alo
holoviews/core/data.py:200
Method
__getitem__
Allows multi-dimensional indexing in the order of the specified key dimensions, passing any additional indices to the data el
holoviews/core/ndmapping.py:519
Method
__getitem__
Allows slicing operations along the key and data dimensions. If no data slice is supplied it will return all data elements, o
holoviews/core/ndmapping.py:568
Method
__getstate__
(self)
holoviews/core/boundingregion.py:63
Method
__getstate__
(self)
holoviews/core/boundingregion.py:264
← previous
next →
601–700 of 1,865, ranked by callers