MCPcopy Index your code

hub / github.com/holoviz/hvplot / functions

Functions992 in github.com/holoviz/hvplot

↓ 121 callersMethodhvplot
Return the plot as a HoloViews object.
hvplot/ui.py:793
↓ 77 callersMethodscatter
The `scatter` plot visualizes your points as markers in 2D space. You can visualize one more dimension by using colors. The
hvplot/plotting/core.py:384
↓ 41 callersMethodpoints
A `points` plot visualizes positions in a 2D space. This is useful for example for geographic plots. Although the :meth:`hvp
hvplot/plotting/core.py:1253
↓ 36 callersMethod_apply_operator
(self, operator, *args, reverse=False, **kwargs)
hvplot/interactive.py:579
↓ 30 callersMethodexplorer
The `explorer` plot allows you to interactively explore your data. Reference: https://hvplot.holoviz.org/user_guide/Explorer.html
hvplot/plotting/core.py:130
↓ 25 callersMethod_error_if_unavailable
Raise an error if the element is not available with the current backend.
hvplot/converter.py:2397
↓ 25 callersMethodline
The `line` plot connects the points with a continuous curve. Reference: https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.line
hvplot/plotting/core.py:260
↓ 23 callersMethodimage
Image plot You can use `image` to display for example geographic data with independent `latitude` and `longitude` fields and
hvplot/plotting/core.py:1736
↓ 22 callersFunctionscatter_matrix
Scatter matrix of numeric columns. A scatter_matrix shows all the pairwise relationships between the columns. Each non-diagonal plots th
hvplot/plotting/scatter_matrix.py:14
↓ 21 callersFunctionredim_
Conditionally redim a HoloViews object
hvplot/util.py:925
↓ 18 callersFunction_convert_limit_to_mercator
Convert axis limits to Web Mercator coordinates when possible.
hvplot/util.py:468
↓ 16 callersFunctioncheck_library
(obj, library)
hvplot/util.py:554
↓ 15 callersMethod_get_compat_opts
(self, el_name, **custom)
hvplot/converter.py:2386
↓ 15 callersFunctionis_list_like
Adapted from pandas' is_list_like cython function.
hvplot/util.py:506
↓ 13 callersMethod_callback
(self)
hvplot/interactive.py:372
↓ 12 callersMethod_get_opts
(self, eltype, backend='bokeh', **custom)
hvplot/converter.py:2229
↓ 12 callersFunction_is_within_latlon_bounds
Return True when finite lat/lon bounds are detected. If unexpected data is encountered, return False.
hvplot/util.py:415
↓ 12 callersMethodlayout
Returns a layout of the widgets and output arranged according to the center and widget location specified in the interactive
hvplot/interactive.py:782
↓ 12 callersFunctionprocess_xarray
( data, x, y, by, groupby, use_dask, persist, gridded, label, value_label, other_dims, kind=None )
hvplot/util.py:681
↓ 12 callersMethodsel
(self, **kwargs)
hvplot/xarray.py:13
↓ 11 callersMethod_clone
( self, transform=None, plot=None, loc=None, center=None, dmap
hvplot/interactive.py:392
↓ 11 callersFunctiondraw
Draw the graph G using hvPlot. Draw the graph with hvPlot with options for node positions, labeling, titles, and many other drawing feat
hvplot/networkx.py:122
↓ 11 callersMethodeval
Returns the current state of the interactive expression. The returned object is no longer interactive.
hvplot/interactive.py:757
↓ 11 callersFunctionpost_patch
(extension='bokeh', logo=False, check_loaded=False)
hvplot/__init__.py:148
↓ 10 callersFunction_bounds_in_range
Check if both bounds are valid and in range.
hvplot/util.py:453
↓ 10 callersFunction_convert_latlon_to_mercator
Convert lon/lat values to Web Mercator easting/northing.
hvplot/util.py:443
↓ 10 callersMethod_merge_redim
(self, ranges, attr='range')
hvplot/converter.py:2325
↓ 10 callersFunctionfilter_opts
(eltype, options, backend='bokeh')
hvplot/util.py:832
↓ 10 callersFunctionprocess_crs
Parses cartopy CRS definitions defined in one of a few formats: 1. EPSG codes: Defined as string of the form "EPSG: {code}" or an intege
hvplot/util.py:339
↓ 10 callersMethodwidgets
Returns a Column of widgets which control the interactive output. Returns ------- A Column of widgets
hvplot/interactive.py:855
↓ 9 callersMethod_get_element
(self, kind)
hvplot/converter.py:3140
↓ 9 callersMethod_process_chart_args
(self, data, x, y, single_y=False, categories=None)
hvplot/converter.py:2518
↓ 9 callersFunctionis_geodataframe
(data)
hvplot/util.py:670
↓ 9 callersMethodisel
(self, **kwargs)
hvplot/xarray.py:28
↓ 9 callersMethodpanel
Wraps the output in a Panel component.
hvplot/interactive.py:849
↓ 9 callersFunctionproj_to_cartopy
Converts a pyproj.Proj to a cartopy.crs.Projection (Code copied from https://github.com/fmaussion/salem) Parameters ----------
hvplot/util.py:155
↓ 8 callersMethodcompute
(self)
hvplot/dask.py:15
↓ 8 callersMethodhist
A `histogram` displays an approximate representation of the distribution of continuous data. Reference: https://hvplot.holoviz.org/r
hvplot/plotting/core.py:1026
↓ 8 callersFunctionmakeDataFrame
()
hvplot/tests/util.py:55
↓ 8 callersFunctionplot
(data, kind, **kwargs)
hvplot/plotting/__init__.py:15
↓ 7 callersFunction_transfer_opts_cur_backend
(element)
hvplot/backend_transforms.py:84
↓ 7 callersMethodclone
Allows making a copy of the Callable optionally overriding the callable and other parameters.
hvplot/converter.py:104
↓ 7 callersFunctionis_dask
(data)
hvplot/util.py:567
↓ 6 callersFunction_convert_col_names_to_str
Convert column names to string.
hvplot/util.py:866
↓ 6 callersFunction_find_stack_level
Find the first place in the stack that is not inside hvplot (tests notwithstanding). Inspired by: pandas.util._exceptions.find_stack_leve
hvplot/util.py:1217
↓ 6 callersFunction_get_doc_and_signature
( cls, kind, completions=False, docstring=True, generic=True, style=True, signature=None )
hvplot/util.py:993
↓ 6 callersMethodassertCRS
(self, plot, proj=None)
hvplot/tests/testgeo.py:51
↓ 6 callersFunctionis_xarray
(data)
hvplot/util.py:615
↓ 6 callersMethodoutput
Returns the output of the interactive pipeline, which is either a HoloViews DynamicMap or a Panel object. Returns --
hvplot/interactive.py:838
↓ 6 callersMethodrgb
RGB plot `rgb` can be used to display images that are distributed as three separate "channels" or "bands". Referen
hvplot/plotting/core.py:1783
↓ 6 callersFunctionsupport_index
HoloViews added in v1.19.0 support for retaining Pandas indexes (no longer calling .reset_index()). Update this utility when other data
hvplot/util.py:646
↓ 5 callersMethod__init__
(self, data, **params)
hvplot/ui.py:228
↓ 5 callersMethod_process_gridded_args
(self, data, x, y, z)
hvplot/converter.py:3109
↓ 5 callersMethod_resolve_accessor
(self)
hvplot/interactive.py:449
↓ 5 callersFunctionbind
Returns a *reactive* function that can be used to start your `.interactive` pipeline by running a model or loading data depending on inputs f
hvplot/__init__.py:173
↓ 5 callersFunctioninstantiate_crs_str
Instantiate a cartopy.crs.Projection from a string.
hvplot/util.py:883
↓ 5 callersMethodlabels
Labels plot. `labels` are mostly useful when overlaid on top of other plots using the `*` operator. Reference: http
hvplot/plotting/core.py:1435
↓ 5 callersMethodohlc
The `ohlc` plot visualizes the open, high, low and close prices of stocks and other assets. Reference: https://hvplot.holoviz.org/re
hvplot/plotting/core.py:553
↓ 5 callersFunctionpatch
(name='hvplot', interactive='interactive', extension='bokeh', logo=False)
hvplot/dask.py:20
↓ 5 callersFunctionrelabel_redim
Conditionally relabel and/or redim a HoloViews object
hvplot/util.py:932
↓ 4 callersMethod_get_dimensions
(self, kdims, vdims)
hvplot/converter.py:2352
↓ 4 callersFunction_get_docstring_group_parameters
(option_group: str)
hvplot/util.py:1208
↓ 4 callersFunction_in_ipython
()
hvplot/util.py:88
↓ 4 callersMethodchart
Helper method for simple x vs. y charts
hvplot/converter.py:2592
↓ 4 callersFunctionis_ibis
(data)
hvplot/util.py:599
↓ 4 callersFunctionload_data
(species, watch=True)
hvplot/tests/testinteractive.py:266
↓ 4 callersFunctionprocess_dynamic_args
(x, y, kind, **kwds)
hvplot/util.py:812
↓ 4 callersFunctionrelabel
Conditionally relabel a HoloViews object
hvplot/util.py:918
↓ 3 callersMethod__call__
(self, *args, _kind=None, **kwargs)
hvplot/interactive.py:882
↓ 3 callersFunction_generate_unique_name
(name: str, names: Sequence[str], suffix: str = '_')
hvplot/util.py:1246
↓ 3 callersMethod_geom_plot
(self, x=None, y=None, data=None, kind='polygons')
hvplot/converter.py:3304
↓ 3 callersFunction_get_backend_style_options
(kind: str, backend: str)
hvplot/util.py:982
↓ 3 callersMethod_get_converter
(self, x=None, y=None, kind=None, **kwds)
hvplot/plotting/core.py:99
↓ 3 callersMethod_validate_dim
(self, dimension)
hvplot/converter.py:2342
↓ 3 callersFunctioncheck_crs
Checks if the crs represents a valid grid, projection or ESPG string. (Code copied and adapted from https://github.com/fmaussion/salem)
hvplot/util.py:96
↓ 3 callersMethodcolor_series
(self)
hvplot/tests/testcharts.py:164
↓ 3 callersMethoddataset
Wraps the dataset in a :class:`holoviews:holoviews.element.Dataset` object, for further processing with HoloViews. Parameter
hvplot/plotting/core.py:1222
↓ 3 callersMethodheatmap
`heatmap` visualises tabular data indexed by two key dimensions as a grid of colored values. This allows spotting correlations in mul
hvplot/plotting/core.py:602
↓ 3 callersFunctionimport_geoviews
()
hvplot/util.py:906
↓ 3 callersMethodis_empty
(self)
hvplot/tests/testinteractive.py:53
↓ 3 callersFunctionis_tabular
(data)
hvplot/util.py:521
↓ 3 callersFunctionis_xarray_dataarray
(data)
hvplot/util.py:638
↓ 3 callersFunctionmakeTimeDataFrame
(nper=None, freq='B')
hvplot/tests/util.py:80
↓ 3 callersFunctionpatch
(name='hvplot', extension='bokeh', logo=False)
hvplot/intake.py:6
↓ 3 callersMethodplot_code
Return a string representation that can be easily copy-pasted in a notebook cell to create a plot from a call to the `.hvplot` accesso
hvplot/ui.py:797
↓ 3 callersFunctionprocess_derived_datetime_pandas
(data, not_found, indexes=None)
hvplot/util.py:785
↓ 3 callersFunctionrun_script
(script, env_vars=None)
hvplot/tests/testpatchsignature.py:9
↓ 3 callersMethodsave
Save the plot to file. Calls the `holoviews.save` utility, refer to its documentation for a full description of the available kwargs.
hvplot/ui.py:839
↓ 3 callersMethodsettings
Return a dictionary of the customized settings. This dictionary can be reused as an unpacked input to the explorer or a call to the `
hvplot/ui.py:852
↓ 3 callersMethodsingle_chart
(self, element, x, y, data=None)
hvplot/converter.py:2412
↓ 2 callersMethod__dir__
(self)
hvplot/interactive.py:903
↓ 2 callersMethod_apply_layers
(self, obj)
hvplot/converter.py:2234
↓ 2 callersMethod_build_kwargs_string
(self, kwargs)
hvplot/ui.py:831
↓ 2 callersMethod_convert_to_int
Converts datetime to int to avoid the error in https://github.com/holoviz/hvplot/issues/964. This function is a workaround and shoul
hvplot/ui.py:250
↓ 2 callersFunction_create_param_pane
(inst, widgets_kwargs=None, parameters=None)
hvplot/ui.py:95
↓ 2 callersMethod_get_ax_fn
()
hvplot/interactive.py:494
↓ 2 callersMethod_get_tiles
(self, source, lib='holoviews')
hvplot/converter.py:2285
↓ 2 callersFunction_is_interactive_opt
Heuristics to detect if a bokeh option is about interactivity, like 'selection_alpha'. >>> is_interactive_opt('height') False >>
hvplot/backend_transforms.py:65
↓ 2 callersFunction_numpydoc_extra_sections
()
hvplot/util.py:1143
↓ 2 callersFunction_parse_docstring_sections
Used to parse the docstring that contains all the plot options.
hvplot/util.py:950
next →1–100 of 992, ranked by callers