MCPcopy Create free account

hub / github.com/holoviz/holoviews / functions

Functions1,865 in github.com/holoviz/holoviews

↓ 6 callersMethodpprint_value_string
Pretty prints the dimension name and value using the format_string parameter, including the unit string (if set). Numeric typ
holoviews/core/dimension.py:151
↓ 6 callersMethodregister
Register the supplied dictionary of associations between elements and plotting classes to the specified backend.
holoviews/core/options.py:908
↓ 6 callersMethodsample
Allows sampling of Columns as an iterator of coordinates matching the key dimensions, returning a new object containing just
holoviews/core/data.py:240
↓ 6 callersMethodsheet2matrixidx
Convert a point (x,y) in sheet coordinates to the integer row and column index of the matrix cell in which that point falls,
holoviews/core/sheetcoords.py:227
↓ 6 callersMethodswitch_backend
(cls, options)
holoviews/ipython/magics.py:278
↓ 6 callersMethoduniform
(self)
holoviews/core/layout.py:405
↓ 6 callersMethodupdate
(self, key)
holoviews/plotting/widgets/__init__.py:149
↓ 6 callersMethodvalues
(self)
holoviews/element/tabular.py:139
↓ 6 callersMethodvalues
(cls, columns, dim)
holoviews/core/data.py:612
↓ 6 callersFunctionwrap_tuple
Wraps any non-tuple types in a tuple
holoviews/core/util.py:629
↓ 5 callersMethod__init__
(self, annotation, **params)
holoviews/plotting/mpl/annotation.py:71
↓ 5 callersMethod__init__
(self, data, **params)
holoviews/element/raster.py:690
↓ 5 callersMethod__init__
(self, x,y, text, fontsize=12, halign='center', valign='center', rotation=0, **params)
holoviews/element/annotation.py:181
↓ 5 callersMethod__init__
(self, **params)
holoviews/core/options.py:90
↓ 5 callersMethod_truncate_name
(self, basename, ext='', tail=10, join='...', maxlen=None)
holoviews/core/io.py:773
↓ 5 callersMethod_unique_name
Find a unique basename for a new file/key where existing is either a list of (basename, ext) pairs or an absolute path to a d
holoviews/core/io.py:749
↓ 5 callersMethodcompare_annotation
(cls, el1, el2, msg='Annotation')
holoviews/element/comparison.py:371
↓ 5 callersMethodcompare_paths
(cls, el1, el2, msg='Path')
holoviews/element/comparison.py:401
↓ 5 callersMethodcomponent_type
Return the type.group.label dotted information
holoviews/core/pprint.py:197
↓ 5 callersFunctiondisplay_frame
Display specified element as a figure. Note the plot instance needs to be initialized appropriately first.
holoviews/ipython/display_hooks.py:103
↓ 5 callersFunctiondisplayable
Predicate that returns whether the object is displayable or not (i.e whether the object obeys the nesting hierarchy
holoviews/core/__init__.py:16
↓ 5 callersMethodgrid
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:40
↓ 5 callersMethodhist
(self, num_bins=20, bin_range=None, adjoin=True, individually=True, **kwargs)
holoviews/core/spaces.py:293
↓ 5 callersMethodinit_data
(self)
tests/testcolumns.py:31
↓ 5 callersFunctionint_to_roman
(input)
holoviews/core/util.py:357
↓ 5 callersMethodloads
Equivalent to pickle.loads except that the HoloViews trees is restored appropriately.
holoviews/core/options.py:814
↓ 5 callersFunctionmax_range
Computes the maximal lower and upper bounds from a list bounds.
holoviews/core/util.py:285
↓ 5 callersMethodmessage
(self, invalid_keyword, allowed_keywords, group_name, path)
holoviews/core/options.py:63
↓ 5 callersMethodplot_options
Given an object and a percentage size (as supplied by the %output magic) return all the appropriate plot options that would b
holoviews/plotting/renderer.py:220
↓ 5 callersFunctionsanitize_HTML
Sanitize text output for HTML display
holoviews/ipython/display_hooks.py:40
↓ 5 callersMethodtable
Converts the data Element to a Table, optionally may specify a supported data type. The default data types are 'numpy' (for h
holoviews/core/element.py:139
↓ 5 callersFunctionunique_iterator
Returns an iterator containing all non-duplicate elements in the input sequence.
holoviews/core/util.py:372
↓ 4 callersMethod__init__
The selector function accepts a component instance and returns the appropriate key to index plot_classes dictionary.
holoviews/plotting/plot.py:75
↓ 4 callersMethod__init__
(self, element, **params)
holoviews/plotting/mpl/chart.py:797
↓ 4 callersMethod__init__
(self, x, y, height, **params)
holoviews/element/path.py:171
↓ 4 callersMethod__init__
(self)
holoviews/core/layout.py:52
↓ 4 callersMethod_dimension_keys
Helper for __mul__ that returns the list of keys together with the dimension labels.
holoviews/core/spaces.py:91
↓ 4 callersMethod_finalize_axis
Applies all the axis settings before the axis or figure is returned. Only plots with zorder 0 get to apply their settings. W
holoviews/plotting/mpl/element.py:120
↓ 4 callersMethod_merge_metadata
Returns a merged metadata info dictionary from the supplied function and additional dictionaries
holoviews/core/io.py:123
↓ 4 callersMethod_norm_kwargs
Returns valid color normalization kwargs to be passed to matplotlib plot function.
holoviews/plotting/mpl/element.py:522
↓ 4 callersMethod_plot_figure
(self, idx)
holoviews/plotting/widgets/__init__.py:140
↓ 4 callersMethod_update_plot
Updates plot parameters on every frame
holoviews/plotting/bokeh/element.py:313
↓ 4 callersMethodapply_customizations
Apply the given option specs to the supplied options tree.
holoviews/core/options.py:1003
↓ 4 callersMethodcast
Given a list of Columns objects, cast them to the specified datatype (by default the format matching the current interface) w
holoviews/core/data.py:369
↓ 4 callersMethodcentroid
Return the centroid of the rectangle.
holoviews/core/boundingregion.py:301
↓ 4 callersMethodcollapse
Allows collapsing one of any number of key dimensions on the HoloMap. Homogenous Elements may be collapsed by supplying a fun
holoviews/core/spaces.py:191
↓ 4 callersFunctionconvert_datetime
(time)
holoviews/plotting/bokeh/util.py:119
↓ 4 callersFunctiondigest_data
(data)
tests/testwidgets.py:21
↓ 4 callersMethoddimension_values
(self, dim)
holoviews/element/chart.py:237
↓ 4 callersMethoddimension_values
(self, dim)
holoviews/core/element.py:482
↓ 4 callersFunctionextend
(destination, source)
holoviews/plotting/widgets/widgets.js:280
↓ 4 callersMethodfor_type
For an object of a given type, apply the hookfn and use the specified mode to aggregate the data. To allow pickling (or any
holoviews/interface/collector.py:448
↓ 4 callersMethodget
(self, key, default=None)
holoviews/core/layout.py:124
↓ 4 callersMethodget
Standard get semantics for all mapping types
holoviews/core/ndmapping.py:503
↓ 4 callersFunctionget_cmap
Returns matplotlib cmap generated from bokeh palette or directly accessed from matplotlib.
holoviews/plotting/bokeh/util.py:36
↓ 4 callersMethodget_dimension_type
Returns the specified Dimension type if specified or if the dimension_values types are consistent otherwise None is returned.
holoviews/core/dimension.py:621
↓ 4 callersMethodget_extents
(self, element, ranges)
holoviews/plotting/mpl/chart.py:847
↓ 4 callersMethodinitialize_plot
Initializes a new plot object with the last available frame.
holoviews/plotting/bokeh/element.py:387
↓ 4 callersMethodinitialize_plot
(self, ranges=None)
holoviews/plotting/mpl/plot.py:390
↓ 4 callersMethodkey
Returns the metadata key (if available).
holoviews/core/io.py:206
↓ 4 callersMethodkeys
(self)
holoviews/core/layout.py:201
↓ 4 callersFunctionmap_colors
Maps an array of values to RGB hex strings, given a color range and colormap.
holoviews/plotting/bokeh/util.py:47
↓ 4 callersFunctionnormalize
(data)
tests/testwidgets.py:33
↓ 4 callersMethodparse_fields
Returns the format fields otherwise raise exception
holoviews/core/io.py:592
↓ 4 callersFunctionprocess_object
Hook to process the object currently being displayed.
holoviews/ipython/display_hooks.py:50
↓ 4 callersMethodregister
(cls, interface)
holoviews/core/data.py:364
↓ 4 callersFunctionrender_plot
Used by the display hooks to render a plot according to the following policy: 1. If there is a single frame, render it as a figure.
holoviews/ipython/display_hooks.py:112
↓ 4 callersFunctionsafe_unicode
(value)
holoviews/core/util.py:30
↓ 4 callersMethodselect_mask
Given a Columns object and a dictionary with dimension keys and selection keys (i.e tuple ranges, slices, sets, lists or literals)
holoviews/core/data.py:438
↓ 4 callersMethodvalues
Returns the values of all the elements.
holoviews/core/element.py:492
↓ 3 callersMethod__call__
Update the progress bar within the specified percent_range
holoviews/ipython/widgets.py:61
↓ 3 callersMethod__init__
(self, fig=None, axis=None, **params)
holoviews/plotting/mpl/plot.py:86
↓ 3 callersMethod_add_item
Adds item to the data, applying dimension types and ensuring key conforms to Dimension type and values.
holoviews/core/ndmapping.py:148
↓ 3 callersMethod_all_condition
(self)
holoviews/core/ndmapping.py:708
↓ 3 callersMethod_axis_labels
(self, view, subplots, xlabel=None, ylabel=None, zlabel=None)
holoviews/plotting/mpl/raster.py:374
↓ 3 callersMethod_boundsspec2slicespec
Convert an iterable boundsspec (supplying l,b,r,t of a BoundingRegion) into a Slice specification. Includes all units whose
holoviews/core/sheetcoords.py:475
↓ 3 callersMethod_compute_size
(self, element, opts)
holoviews/plotting/mpl/chart.py:591
↓ 3 callersMethod_dataslice
Returns slice of data element if the item is deep indexable. Warns if attempting to slice an object that has not been declare
holoviews/core/ndmapping.py:236
↓ 3 callersMethod_execute_callback
Execute the callback, validating both the input key and output key where applicable.
holoviews/core/spaces.py:453
↓ 3 callersMethod_finalize_axis
Extends the ElementPlot _finalize_axis method to set appropriate labels, and axes options for 3D Plots.
holoviews/plotting/mpl/chart3d.py:52
↓ 3 callersMethod_frame_title
Returns the formatted dimension group strings for a particular frame.
holoviews/plotting/plot.py:227
↓ 3 callersMethod_inside_delims
(cls, line, opener, closer)
holoviews/ipython/magics.py:539
↓ 3 callersMethod_process
Process a single input element and outputs new single element or overlay. If a HoloMap is passed into a ElementOperation, the
holoviews/core/operation.py:88
↓ 3 callersMethod_process_axsettings
Get axis settings options including ticks, x- and y-labels and limits.
holoviews/plotting/mpl/chart.py:361
↓ 3 callersMethod_process_hist
Get data from histogram, including bin_ranges and values.
holoviews/plotting/mpl/chart.py:323
↓ 3 callersMethod_resort
(self)
holoviews/core/ndmapping.py:250
↓ 3 callersMethod_valid_dimensions
Validates key dimension input Returns kdims if no dimensions are specified
holoviews/core/dimension.py:536
↓ 3 callersMethod_validate
(self, dfview)
holoviews/plotting/mpl/seaborn.py:273
↓ 3 callersMethod_validate_key
Make sure the supplied key values are within the bounds specified by the corresponding dimension range and soft_range.
holoviews/core/spaces.py:433
↓ 3 callersMethodadd
Similar to FileArchive.add but accepts html strings for substitution
holoviews/ipython/archive.py:181
↓ 3 callersMethodbounds_check
(cls, el1, el2, msg=None)
holoviews/element/comparison.py:222
↓ 3 callersMethodcell_magic
Run an IPython cell magic
holoviews/ipython/__init__.py:59
↓ 3 callersFunctioncheck_pseudo_package
Verifies that a fake subpackage path for assets (notebooks, svgs, pngs etc) both exists and is populated with files.
setup.py:69
↓ 3 callersMethodclone
Overrides Dimensioned clone to avoid checking items if data is unchanged.
holoviews/core/ndmapping.py:259
↓ 3 callersMethodclone
Returns a clone of the object with matching parameter values containing the specified args and kwargs. If shared_data is set
holoviews/core/ndmapping.py:738
↓ 3 callersMethodconcat
(cls, columns_objs)
holoviews/core/data.py:602
↓ 3 callersMethoddimension_values
The set of samples available along a particular dimension.
holoviews/element/raster.py:159
↓ 3 callersMethodfilter
Filters the loaded AttrTree using the supplied path_filters.
holoviews/core/tree.py:112
↓ 3 callersFunctionget_dynamic_mode
Returns the common mode of the dynamic maps in given composite object
holoviews/plotting/util.py:50
↓ 3 callersMethodget_extents
(self, element, ranges=None)
holoviews/plotting/bokeh/annotation.py:17
← previousnext →101–200 of 1,865, ranked by callers