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
↓ 2 callers
Function
dimension_sort
Sorts data by key using usual Python tuple sorting semantics or sorts in categorical order for any categorical Dimensions.
holoviews/core/util.py:420
↓ 2 callers
Method
dimension_values
(self, dimension)
holoviews/interface/seaborn.py:50
↓ 2 callers
Method
dimension_values
Returns the values along the specified dimension. This method must be implemented for all Dimensioned type.
holoviews/core/dimension.py:723
↓ 2 callers
Method
dimension_values
Returns the values along the specified dimension.
holoviews/core/ndmapping.py:355
↓ 2 callers
Method
draw_annotation
(self, axis, data, opts)
holoviews/plotting/mpl/annotation.py:74
↓ 2 callers
Method
element_info
Return the information summary for an Element. This consists of the dotted name followed by an value dimension names.
holoviews/core/pprint.py:239
↓ 2 callers
Method
encode_frames
(self, frames)
holoviews/plotting/mpl/widgets.py:103
↓ 2 callers
Method
expand_compositor_keys
Expands compositor definition keys into {type}.{group} keys. For instance a compositor operation returning a group string 'Im
holoviews/core/options.py:1031
↓ 2 callers
Function
find_file
Find a file given folder and filename.
holoviews/core/util.py:601
↓ 2 callers
Method
get_data
(self, element, ranges=None)
holoviews/plotting/bokeh/path.py:13
↓ 2 callers
Method
get_data
(self, element, ranges=None)
holoviews/plotting/bokeh/tabular.py:19
↓ 2 callers
Method
get_figure_manager
(self, plot)
holoviews/plotting/mpl/renderer.py:208
↓ 2 callers
Function
get_sideplot_ranges
Utility to find the range for an adjoined plot given the plot, the element, the Element the plot is adjoined to and the dictionary of
holoviews/plotting/util.py:14
↓ 2 callers
Method
grid_items
(self)
holoviews/core/layout.py:466
↓ 2 callers
Method
heatmap
(self, kdims=None, vdims=None, mdims=None, **kwargs)
holoviews/element/tabular.py:248
↓ 2 callers
Method
initialize_plot
Initialize the matplotlib figure.
holoviews/plotting/plot.py:34
↓ 2 callers
Method
initialize_plot
(self, ranges=None, plots=[])
holoviews/plotting/bokeh/plot.py:205
↓ 2 callers
Function
int_to_alpha
Generates alphanumeric labels of form A-Z, AA-ZZ etc.
holoviews/core/util.py:336
↓ 2 callers
Method
layout
GridSpace takes a list of one or two dimensions, and lays out the containing Views along these axes in a GridSpace. Shows al
holoviews/core/spaces.py:54
↓ 2 callers
Method
max_cycles
Truncates all contained Cycle objects to a maximum number of Cycles and returns a new Options object with the truncated or re
holoviews/core/options.py:278
↓ 2 callers
Function
mpl_to_bokeh
Utility to process style properties converting any matplotlib specific options to their nearest bokeh equivalent.
holoviews/plotting/bokeh/util.py:63
↓ 2 callers
Method
next
Interface for 'open' mode. For generators, this simply calls the next() method. For callables callback, the counter is supplied
holoviews/core/spaces.py:587
↓ 2 callers
Method
padding
(cls, items)
holoviews/core/pprint.py:193
↓ 2 callers
Method
process_element
The process_element method allows a single element to be operated on given an externally supplied key.
holoviews/core/operation.py:169
↓ 2 callers
Function
public
(obj)
holoviews/operation/__init__.py:7
↓ 2 callers
Method
reduce
Reduces the Raster using functions provided via the kwargs, where the keyword is the dimension to be reduced. Optionally a la
holoviews/element/raster.py:132
↓ 2 callers
Method
regroup
Assign a new group string to all the elements and return a new Layout.
holoviews/core/layout.py:471
↓ 2 callers
Method
reindex
Create a new object with a re-ordered or reduced set of key dimensions. Reducing the number of key dimensions will discard i
holoviews/core/ndmapping.py:368
↓ 2 callers
Method
sanitize
Accumulate blocks of hex and separate blocks by underscores
holoviews/core/util.py:227
↓ 2 callers
Method
scatter
(self, kdims, vdims, mdims=[], reduce_fn=None, **kwargs)
holoviews/interface/pandas.py:261
↓ 2 callers
Method
setUp
(self)
tests/testcomparisonraster.py:15
↓ 2 callers
Method
setUp
(self)
tests/testmagics.py:27
↓ 2 callers
Function
set_style
Select a style by name, e.g. set_style('default'). To revert to the previous style use the key 'unset' or False.
holoviews/plotting/mpl/__init__.py:35
↓ 2 callers
Method
shift
(cls, lines, shift=0)
holoviews/core/pprint.py:189
↓ 2 callers
Method
split_overlays
Given a UniformNdMapping of Overlays of N layers, split out the layers into N separate Maps.
holoviews/core/spaces.py:68
↓ 2 callers
Method
state
(self)
holoviews/plotting/mpl/plot.py:171
↓ 2 callers
Method
state
Method to capture and restore option state. When called without any state supplied, the current state is returned. Then if th
holoviews/core/options.py:1131
↓ 2 callers
Method
sync_sources
Syncs data sources between Elements, which draw data from the same object.
holoviews/plotting/bokeh/plot.py:91
↓ 2 callers
Function
toarray
Interface helper function to turn dask Arrays into numpy arrays as necessary. If index_value is True, a value is returned instead of an a
holoviews/element/util.py:8
↓ 2 callers
Method
translate
Translate the slice by the given number of rows and columns.
holoviews/core/sheetcoords.py:407
↓ 2 callers
Method
type
The type of elements stored in the map.
holoviews/core/ndmapping.py:802
↓ 2 callers
Function
unique_dimkeys
Finds all common dimension keys in the object including subsets of dimensions. If there are is no common subset of dimensions, None is re
holoviews/core/traversal.py:33
↓ 2 callers
Method
update
(self, key)
holoviews/plotting/mpl/widgets.py:74
↓ 2 callers
Method
update_frame
Update the internal state of the Plot to represent the given key tuple (where integers represent frames). Returns this state.
holoviews/plotting/bokeh/plot.py:228
↓ 2 callers
Method
validate_spec
Given a specification, validated it against the default options tree (Store.options). Only tends to be useful when invalid ke
holoviews/core/options.py:1018
↓ 2 callers
Function
wrap_formatter
Wraps formatting function or string in appropriate matplotlib formatter type.
holoviews/plotting/mpl/util.py:6
↓ 1 callers
Method
__eq__
Implements equals operator including sanitized comparison.
holoviews/core/dimension.py:176
↓ 1 callers
Method
__equalize_densities
Calculate the true density along x, and adjust the top and bottom bounds so that the density along y will be equal. Returns
holoviews/core/sheetcoords.py:176
↓ 1 callers
Method
__getattr__
Access a identifier from the AttrTree or generate a new AttrTree with the chosen attribute path.
holoviews/core/tree.py:192
↓ 1 callers
Method
__getitem__
Slice the underlying numpy array in sheet coordinates.
holoviews/element/raster.py:721
↓ 1 callers
Method
__getitem__
(self, slc)
holoviews/element/chart3d.py:87
↓ 1 callers
Method
__getitem__
(self, num)
holoviews/core/options.py:95
↓ 1 callers
Method
__init__
(self, element, plot=None, invert_axes=False, show_labels=['x', 'y'], **params)
holoviews/plotting/bokeh/element.py:133
↓ 1 callers
Method
__init__
(self, element, **params)
holoviews/plotting/mpl/element.py:111
↓ 1 callers
Method
__init__
(self, *args, **kwargs)
holoviews/plotting/mpl/raster.py:40
↓ 1 callers
Method
__init__
(self, values, edges=None, extents=None, **params)
holoviews/element/chart.py:154
↓ 1 callers
Method
__init__
(self, data, xdata=None, **params)
holoviews/interface/seaborn.py:39
↓ 1 callers
Method
__init__
(self, initial_items=None, **params)
holoviews/core/spaces.py:627
↓ 1 callers
Method
__init__
Create a BoundingBox. Either 'radius' or 'points' can be specified for the AARectangle. If neither radius nor points is pas
holoviews/core/boundingregion.py:111
↓ 1 callers
Method
__init__
(self, items=None, group=None, label=None, **params)
holoviews/core/overlay.py:100
↓ 1 callers
Method
__init__
(self, version, substitutions, **kw)
holoviews/ipython/archive.py:290
↓ 1 callers
Method
__init__
(self, *args, **kwargs)
holoviews/ipython/magics.py:313
↓ 1 callers
Method
__set_xdensity
(self,density)
holoviews/core/sheetcoords.py:166
↓ 1 callers
Method
__set_ydensity
(self,density)
holoviews/core/sheetcoords.py:171
↓ 1 callers
Method
__setattr__
(self, identifier, val)
holoviews/core/options.py:418
↓ 1 callers
Method
_add_content
(self, obj, data, info, filename=None)
holoviews/core/io.py:678
↓ 1 callers
Method
_add_dimensions
Recursively descend through an Layout and NdMapping objects in order to add the supplied dimension values to all contained Ho
holoviews/core/element.py:617
↓ 1 callers
Method
_add_item
(self, key, value, sort=True)
holoviews/core/element.py:601
↓ 1 callers
Method
_adjust_legend
Accumulate the legend handles and labels for all subplots and set up the legend
holoviews/plotting/mpl/element.py:598
↓ 1 callers
Method
_anim_data
Render a matplotlib animation object and return the corresponding data.
holoviews/plotting/mpl/renderer.py:219
↓ 1 callers
Method
_apply_aspect
(self, axis)
holoviews/plotting/mpl/element.py:206
↓ 1 callers
Method
_apply_compositor
Given a HoloMap compute the appropriate (mapwise or framewise) ranges in order to apply the Compositor collapse operations in
holoviews/plotting/plot.py:597
↓ 1 callers
Method
_apply_key_type
If a type is specified by the corresponding key dimension, this method applies the type to the supplied key.
holoviews/core/ndmapping.py:189
↓ 1 callers
Method
_axes_props
(self, plots, subplots, element, ranges)
holoviews/plotting/bokeh/element.py:152
↓ 1 callers
Method
_axis_properties
Returns a dictionary of axis properties depending on the specified axis.
holoviews/plotting/bokeh/element.py:284
↓ 1 callers
Method
_clear_notebook
(self, node)
holoviews/ipython/archive.py:204
↓ 1 callers
Method
_colorize_bars
Use the given cmap to color the bars, applying the correct color ranges as necessary.
holoviews/plotting/mpl/chart.py:492
↓ 1 callers
Method
_compare_grids
(cls, el1, el2, name)
holoviews/element/comparison.py:605
↓ 1 callers
Method
_compute_bbox
Compute the tight bounding box for each figure once, reducing number of required canvas draw calls from N*2 to N+1 as a funct
holoviews/plotting/mpl/renderer.py:236
↓ 1 callers
Method
_compute_borders
(self)
holoviews/plotting/mpl/raster.py:380
↓ 1 callers
Method
_compute_filename
(self, obj, info, filename=None)
holoviews/core/io.py:683
↓ 1 callers
Method
_compute_gridspec
Computes the tallest and widest cell for each row and column by examining the Layouts in the GridSpace. The GridSpec is then
holoviews/plotting/mpl/plot.py:706
↓ 1 callers
Method
_compute_group_range
(group, elements, ranges)
holoviews/plotting/plot.py:352
↓ 1 callers
Method
_compute_styles
Computes color and hatch combinations by any combination of the 'group', 'category' and 'stack'.
holoviews/plotting/mpl/chart.py:825
↓ 1 callers
Method
_create_bars
(self, axis, element)
holoviews/plotting/mpl/chart.py:880
↓ 1 callers
Method
_create_chart
(self, data, kdims=None, vdims=None, view_type=None, **kwargs)
holoviews/interface/pandas.py:231
↓ 1 callers
Method
_create_subplots
(self, ranges)
holoviews/plotting/plot.py:620
↓ 1 callers
Method
_create_subplots
(self, layout, ranges)
holoviews/plotting/bokeh/plot.py:145
↓ 1 callers
Method
_create_subplots
Plot all the views contained in the AdjointLayout Object using axes appropriate to the layout configuration. All the axes are
holoviews/plotting/bokeh/plot.py:319
↓ 1 callers
Method
_create_table
(self, data, kdims=None, vdims=None, view_type=None, **kwargs)
holoviews/interface/pandas.py:238
↓ 1 callers
Method
_createoddslicespec
Create the 'odd' Slice that best approximates the specifed sheet-coordinate bounds. The supplied bounds are translated to ha
holoviews/core/sheetcoords.py:433
↓ 1 callers
Method
_cross_product
Returns a HoloMap if the key (tuple form) expresses a cross product, otherwise returns None. The cache argument is a dictiona
holoviews/core/spaces.py:498
↓ 1 callers
Method
_cyclic_format_x_tick_label
(self, x)
holoviews/plotting/mpl/chart.py:25
↓ 1 callers
Method
_cyclic_reduce_ticks
(self, x_values)
holoviews/plotting/mpl/chart.py:35
↓ 1 callers
Method
_deep_options
Traverses the supplied object getting all options in opts for the specified opt_type and specs
holoviews/plotting/plot.py:368
↓ 1 callers
Method
_define_interface
(self, plots, allow_mismatch)
holoviews/plotting/plot.py:86
↓ 1 callers
Method
_dim_formatter
(self, obj)
holoviews/core/io.py:608
↓ 1 callers
Method
_directory_archive
(self, export_name, files, root)
holoviews/core/io.py:735
↓ 1 callers
Method
_draw_colorbar
(self, artist, element, dim=None)
holoviews/plotting/mpl/element.py:480
↓ 1 callers
Method
_draw_colorbar
(self, artist, element, dim=None)
holoviews/plotting/mpl/chart3d.py:89
← previous
next →
301–400 of 1,865, ranked by callers