Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/holoviz/hvplot
/ functions
Functions
992 in github.com/holoviz/hvplot
⨍
Functions
992
◇
Types & classes
74
↳
Endpoints
4
↓ 2 callers
Method
_process_categorical_datashader
(self)
hvplot/converter.py:1274
↓ 2 callers
Method
_process_chart_y
This should happen after _process_chart_x
hvplot/converter.py:2503
↓ 2 callers
Method
_process_tiles_without_geo
Tiles without requiring geoviews/cartopy.
hvplot/converter.py:2564
↓ 2 callers
Method
_resample_obj
(self, operation, obj, opts)
hvplot/converter.py:2217
↓ 2 callers
Method
_stats_plot
Helper method to generate element from indexed dataframe.
hvplot/converter.py:2717
↓ 2 callers
Function
_transform_size_to_mpl
(width, height, aspect)
hvplot/backend_transforms.py:13
↓ 2 callers
Method
assert_projection
(self, plot, proj)
hvplot/tests/testgeo.py:59
↓ 2 callers
Function
getCols
(k)
hvplot/tests/util.py:15
↓ 2 callers
Function
import_datashader
()
hvplot/util.py:894
↓ 2 callers
Function
is_duckdb
(data)
hvplot/util.py:575
↓ 2 callers
Function
is_polars
(data)
hvplot/util.py:583
↓ 2 callers
Function
parse_docstring_for_param_names
(section_title)
hvplot/tests/testdocstring.py:21
↓ 2 callers
Function
process_derived_datetime_xarray
(data, not_found)
hvplot/util.py:768
↓ 2 callers
Method
reset
Used for testing purposes mostly.
hvplot/util.py:1127
↓ 2 callers
Method
setUp
(self)
hvplot/tests/testcharts.py:18
↓ 2 callers
Method
size_series
(self)
hvplot/tests/testcharts.py:167
↓ 2 callers
Method
table
Displays a 'table'. Reference: https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.table.html Plotting options: https:/
hvplot/plotting/core.py:1185
↓ 2 callers
Method
xlim
(self)
hvplot/ui.py:906
↓ 1 callers
Method
_category_plot
Helper method to generate element from indexed dataframe.
hvplot/converter.py:2664
↓ 1 callers
Function
_clean_url
(url: str)
hvplot/tests/test_links.py:57
↓ 1 callers
Function
_find_widgets
(op)
hvplot/interactive.py:122
↓ 1 callers
Function
_flatten
Flatten an arbitrarily nested sequence. Inspired by: pd.core.common.flatten Parameters ---------- line : sequence The s
hvplot/util.py:839
↓ 1 callers
Function
_from_networkx
Generate a Graph element from a networkx.Graph object and networkx layout function or dictionary of node positions. Any keyword argument
hvplot/networkx.py:22
↓ 1 callers
Function
_get_files_to_check
()
hvplot/tests/test_links.py:34
↓ 1 callers
Function
_patch_doc
(cls, kind, signature=None)
hvplot/util.py:1135
↓ 1 callers
Function
_patch_numpy_docstring
()
hvplot/util.py:1192
↓ 1 callers
Method
_plot
(self)
hvplot/ui.py:654
↓ 1 callers
Method
_populate
Populates the options of the controls based on the data type.
hvplot/ui.py:633
↓ 1 callers
Method
_process_chart_x
This should happen before _process_chart_y
hvplot/converter.py:2485
↓ 1 callers
Method
_process_crs
Given crs as proj4 string, data.attr, or cartopy.crs return cartopy.crs
hvplot/converter.py:1334
↓ 1 callers
Method
_process_data
( self, kind, data, x, y, by, groupby, row,
hvplot/converter.py:1355
↓ 1 callers
Method
_process_plot
(self)
hvplot/converter.py:1744
↓ 1 callers
Method
_process_style
(self, kwds, plot_opts)
hvplot/converter.py:1762
↓ 1 callers
Method
_process_symmetric
(self, symmetric, clim, check_symmetric_max)
hvplot/converter.py:1302
↓ 1 callers
Method
_setup_invalidations
Since the parameters of the pipeline can change at any time we have to invalidate the internal state of the pipeline. To hand
hvplot/interactive.py:340
↓ 1 callers
Function
_skip_url
(url: str)
hvplot/tests/test_links.py:43
↓ 1 callers
Method
_update_crs_projection
(self)
hvplot/ui.py:383
↓ 1 callers
Method
_update_ranges
(self)
hvplot/ui.py:233
↓ 1 callers
Method
_validate_kwds
(self, kwds)
hvplot/converter.py:1907
↓ 1 callers
Function
andrews_curves
Generate a plot of Andrews curves, for visualising clusters of multivariate data. Andrews curves have the functional form: .. math:
hvplot/plotting/andrews_curves.py:12
↓ 1 callers
Method
applies
Subclasses must implement applies and return a boolean to indicate whether the subclass should apply or not to the obj.
hvplot/interactive.py:236
↓ 1 callers
Method
area
The `area` plot can be used to color the area under a line or to color the space between two lines. Reference: https://hvplo
hvplot/plotting/core.py:454
↓ 1 callers
Method
bar
(self, x=None, y=None, data=None)
hvplot/converter.py:2702
↓ 1 callers
Method
bar
A vertical bar plot A `bar` plot represents categorical data with rectangular bars with heights proportional to the values t
hvplot/plotting/core.py:828
↓ 1 callers
Method
bivariate
A bivariate plot uses nested contours (or contours combined with color) to indicate regions of higher local density. Bivaria
hvplot/plotting/core.py:742
↓ 1 callers
Method
contour
(self, x=None, y=None, z=None, data=None, filled=False)
hvplot/converter.py:3227
↓ 1 callers
Method
errorbars
`errorbars` provide a visual indicator for the variability of the plotted data on a graph. They are usually overlaid with other plots
hvplot/plotting/core.py:504
↓ 1 callers
Method
from_data
(cls, data, **params)
hvplot/ui.py:539
↓ 1 callers
Function
getSeriesData
()
hvplot/tests/util.py:47
↓ 1 callers
Function
getTimeSeriesData
(nper=None, freq='B')
hvplot/tests/util.py:76
↓ 1 callers
Method
hexbin
The `hexbin` plot uses hexagons to split the area into several parts and attribute a color to it. `hexbin` offers a straight
hvplot/plotting/core.py:662
↓ 1 callers
Method
holoviews
Returns a HoloViews object to render the output of this pipeline. Only works if the output of this pipeline is a HoloViews ob
hvplot/interactive.py:830
↓ 1 callers
Function
is_cudf
(data)
hvplot/util.py:560
↓ 1 callers
Function
is_intake
(data)
hvplot/util.py:591
↓ 1 callers
Function
is_lazy_data
Check if data is lazy This checks if the datatype is Dask, Ibis, or Polars' LazyFrame. It is useful to avoid eager evaluation of the data.
hvplot/util.py:623
↓ 1 callers
Function
is_mpl_cmap
Check if the object is a Matplotlib LinearSegmentedColormap.
hvplot/util.py:941
↓ 1 callers
Function
is_series
(data)
hvplot/util.py:533
↓ 1 callers
Function
is_streamz
(data)
hvplot/util.py:607
↓ 1 callers
Method
kde
(self, x=None, y=None, data=None)
hvplot/converter.py:2860
↓ 1 callers
Method
kde
The Kernel density estimate (`kde`) plot shows the distribution of the data. The KDE works by placing a Gaussian kernel at each samp
hvplot/plotting/core.py:1107
↓ 1 callers
Method
line
(self, x=None, y=None, data=None)
hvplot/converter.py:2637
↓ 1 callers
Function
look_for_class
Descend a panel object and find any instances of the given class
hvplot/tests/testpanel.py:12
↓ 1 callers
Function
main
(package: str)
scripts/sync_git_tags.py:9
↓ 1 callers
Function
makeDateIndex
(k=10, freq='B', name=None, **kwargs)
hvplot/tests/util.py:60
↓ 1 callers
Function
makeMixedDataFrame
()
hvplot/tests/util.py:37
↓ 1 callers
Function
makeStringIndex
(k=10, name=None)
hvplot/tests/util.py:33
↓ 1 callers
Function
makeTimeSeries
(nper=None, freq='B', name=None)
hvplot/tests/util.py:66
↓ 1 callers
Function
patch
(name='hvplot', interactive='interactive', extension='bokeh', logo=False)
hvplot/duckdb.py:4
↓ 1 callers
Function
patch
(name='hvplot', extension='bokeh', logo=False)
hvplot/polars.py:7
↓ 1 callers
Function
patch
(name='hvplot', interactive='interactive', extension='bokeh', logo=False)
hvplot/xarray.py:41
↓ 1 callers
Function
patch
(name='hvplot', extension='bokeh', logo=False)
hvplot/streamz.py:1
↓ 1 callers
Function
patch
(name='hvplot', extension='bokeh', logo=False)
hvplot/ibis.py:6
↓ 1 callers
Function
patch
(name='hvplot', interactive='interactive', extension='bokeh', logo=False)
hvplot/cudf.py:4
↓ 1 callers
Function
patch
(name='hvplot', interactive='interactive', extension='bokeh', logo=False)
hvplot/pandas.py:6
↓ 1 callers
Function
patch
(name='hvplot', extension='bokeh', logo=False)
hvplot/fugue.py:13
↓ 1 callers
Method
polygons
Polygon plot for geopandas dataframes. Reference: https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.polygons.html Plo
hvplot/plotting/core.py:1361
↓ 1 callers
Function
process_intake
(data, use_dask)
hvplot/util.py:656
↓ 1 callers
Method
quadmesh
(self, x=None, y=None, z=None, data=None)
hvplot/converter.py:3205
↓ 1 callers
Method
quadmesh
QuadMesh plot ``quadmesh`` allows you to plot values on an irregular grid by representing each value as a polygon. It is oft
hvplot/plotting/core.py:1835
↓ 1 callers
Function
rands_array
Generate an array of byte strings.
hvplot/tests/util.py:19
↓ 1 callers
Method
register_call
(self, called_args, called_kwargs, **kwargs)
hvplot/tests/testinteractive.py:65
↓ 1 callers
Method
run
(self)
doc/_ext/plotting_options_table.py:28
↓ 1 callers
Method
setUp
(self)
hvplot/tests/testgeo.py:28
↓ 1 callers
Method
violin
`violin` plots are similar to `box` plots, but they provide a better sense of the distribution of data. Note that `violin`
hvplot/plotting/core.py:981
↓ 1 callers
Method
ylim
(self)
hvplot/ui.py:910
Method
__abs__
(self)
hvplot/interactive.py:587
Method
__add__
(self, other)
hvplot/interactive.py:608
Method
__and__
(self, other)
hvplot/interactive.py:612
Method
__array_ufunc__
(self, *args, **kwargs)
hvplot/interactive.py:572
Method
__bool__
(self)
hvplot/util.py:53
Method
__call__
(self, *args, **params)
hvplot/utilities.py:172
Method
__call__
The `.interactive` API enhances the API of data analysis libraries like Pandas, Dask, and Xarray, by allowing to replace in a pipelin
hvplot/interactive.py:506
Method
__call__
(self, kind, x, y)
hvplot/converter.py:1966
Method
__call__
(self)
hvplot/util.py:1117
Method
__call__
(self, x=None, y=None, kind=None, **kwds)
hvplot/plotting/core.py:57
Method
__dir__
(self)
hvplot/interactive.py:437
Method
__dir__
List default attributes and custom defined plots.
hvplot/plotting/core.py:106
Method
__eq__
(self, other)
hvplot/interactive.py:616
Method
__floordiv__
(self, other)
hvplot/interactive.py:620
Method
__ge__
(self, other)
hvplot/interactive.py:624
← previous
next →
101–200 of 992, ranked by callers