.git-blame-ignore-revs
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/workflows/build.yaml
.github/workflows/docs.yaml
.github/workflows/test.yaml
binder/environment.yml
binder/postBuild
conda.recipe/meta.yaml
doc/about.md
doc/conf.py
doc/conftest.py
doc/index.md
doc/releases.md
doc/roadmap.md
doc/topics.md
doc/_static/custom.css
doc/_static/favicon.ico
doc/_static/logo.png
doc/_static/logo_horizontal.svg
doc/_static/logo_stacked.svg
doc/_static/home/bokeh.gif
doc/_static/home/dask.gif
doc/_static/home/explorer.gif
doc/_static/home/geo.gif
doc/_static/home/geopandas.gif
doc/_static/home/intake.gif
doc/_static/home/interactive_hvplot.gif
doc/_static/home/interactive_pandas.gif
doc/_static/home/interactive_xarray.gif
doc/_static/home/large_data.gif
doc/_static/home/layout.gif
doc/_static/home/matplotlib.png
doc/_static/home/networkx.gif
doc/_static/home/overlay.png
doc/_static/home/pandas.gif
doc/_static/home/plotly.gif
doc/_static/home/widgets.gif
doc/_static/home/xarray.gif
doc/_static/images/heat_and_trees.png
doc/_static/images/portfolio.png
doc/assets/console.png
doc/assets/console_server.gif
doc/assets/diagram.png
doc/assets/diagram.svg
doc/assets/hvplot-wm.png
doc/assets/streamz_demo.gif
doc/developer_guide/index.md
doc/getting_started/explorer.ipynb
doc/getting_started/hvplot.ipynb
doc/getting_started/index.md
doc/getting_started/installation.md
doc/getting_started/interactive.ipynb
doc/governance/project-docs/CONTRIBUTING.md
doc/governance/project-docs/GOVERNANCE.md
doc/governance/project-docs/LICENSE.md
doc/governance/project-docs/MEMBERS.md
doc/reference/geopandas/points.ipynb
doc/reference/geopandas/polygons.ipynb
doc/reference/tabular/andrewscurves.ipynb
doc/reference/tabular/area.ipynb
doc/reference/tabular/bar.ipynb
doc/reference/tabular/barh.ipynb
doc/reference/tabular/bivariate.ipynb
doc/reference/tabular/box.ipynb
doc/reference/tabular/errorbars.ipynb
doc/reference/tabular/heatmap.ipynb
doc/reference/tabular/hexbin.ipynb
doc/reference/tabular/hist.ipynb
doc/reference/tabular/kde.ipynb
doc/reference/tabular/labels.ipynb
doc/reference/tabular/lagplot.ipynb
doc/reference/tabular/line.ipynb
doc/reference/tabular/ohlc.ipynb
doc/reference/tabular/parallelcoordinates.ipynb
doc/reference/tabular/paths.ipynb
doc/reference/tabular/scatter.ipynb
doc/reference/tabular/scattermatrix.ipynb
doc/reference/tabular/step.ipynb
doc/reference/tabular/table.ipynb
doc/reference/tabular/violin.ipynb
doc/reference/xarray/bar.ipynb
doc/reference/xarray/contour.ipynb
doc/reference/xarray/contourf.ipynb
doc/reference/xarray/hist.ipynb
doc/reference/xarray/image.ipynb
doc/reference/xarray/kde.ipynb
doc/reference/xarray/line.ipynb
doc/reference/xarray/quadmesh.ipynb
doc/reference/xarray/rgb.ipynb
doc/reference/xarray/vectorfield.ipynb
doc/reference/xarray/violin.ipynb
doc/user_guide/Customization.ipynb
doc/user_guide/Explorer.ipynb
doc/user_guide/Geographic_Data.ipynb
doc/user_guide/Gridded_Data.ipynb
doc/user_guide/Integrations.ipynb
doc/user_guide/Interactive.ipynb
doc/user_guide/Introduction.ipynb
doc/user_guide/Large_Timeseries.ipynb
doc/user_guide/NetworkX.ipynb
doc/user_guide/Pandas_API.ipynb
doc/user_guide/Plotting.ipynb
doc/user_guide/Plotting_Extensions.ipynb
doc/user_guide/Plotting_with_Matplotlib.ipynb
doc/user_guide/Plotting_with_Plotly.ipynb
doc/user_guide/Statistical_Plots.ipynb
doc/user_guide/Streaming.ipynb
doc/user_guide/Subplots.ipynb
doc/user_guide/Timeseries_Data.ipynb
doc/user_guide/Viewing.ipynb
doc/user_guide/Widgets.ipynb
doc/user_guide/index.md
doc/user_guide/images/simple.svg
envs/py3.10-tests.yaml
envs/py3.11-docs.yaml
envs/py3.11-tests.yaml
envs/py3.12-tests.yaml
envs/py3.9-tests.yaml
hvplot/__init__.py
hvplot/_version.py
hvplot/backend_transforms.py
hvplot/converter.py
hvplot/cudf.py
hvplot/dask.py
hvplot/datasets.yaml
hvplot/fugue.py
hvplot/ibis.py
hvplot/intake.py
hvplot/interactive.py
hvplot/networkx.py
hvplot/pandas.py
hvplot/polars.py
hvplot/sample_data.py
hvplot/streamz.py
hvplot/ui.py
hvplot/util.py
hvplot/utilities.py
hvplot/xarray.py
hvplot.egg-info/PKG-INFO
hvplot.egg-info/SOURCES.txt
hvplot.egg-info/dependency_links.txt
hvplot.egg-info/entry_points.txt
hvplot.egg-info/requires.txt
hvplot.egg-info/top_level.txt
hvplot/data/crime.csv
hvplot/plotting/__init__.py
hvplot/plotting/andrews_curves.py
hvplot/plotting/core.py
hvplot/plotting/lag_plot.py
hvplot/plotting/parallel_coordinates.py
hvplot/plotting/scatter_matrix.py
hvplot/tests/__init__.py
hvplot/tests/conftest.py
hvplot/tests/test_links.py
hvplot/tests/testbackend_transforms.py
hvplot/tests/testcharts.py
hvplot/tests/testfugue.py
hvplot/tests/testgeo.py
hvplot/tests/testgeowithoutgv.py
hvplot/tests/testgridplots.py
hvplot/tests/testhelp.py
hvplot/tests/testibis.py
hvplot/tests/testinteractive.py
hvplot/tests/testnetworkx.py
hvplot/tests/testoperations.py
hvplot/tests/testoptions.py
hvplot/tests/testoverrides.py
hvplot/tests/testpanel.py
hvplot/tests/testpatch.py
hvplot/tests/testplotting.py
hvplot/tests/teststatplots.py
hvplot/tests/teststreaming.py
hvplot/tests/testtransforms.py
hvplot/tests/testui.py
hvplot/tests/testutil.py
hvplot/tests/util.py
hvplot/tests/data/README.md
hvplot/tests/data/RGB-red.byte.tif
hvplot/tests/plotting/__init__.py
hvplot/tests/plotting/testcore.py
hvplot/tests/plotting/testohlc.py
hvplot/tests/plotting/testscattermatrix.py
scripts/update_conda_envs.py