hvplot 0.11.0a3__tar.gz → 0.11.0rc2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/PKG-INFO +7 -5
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/README.md +4 -4
- hvplot-0.11.0rc2/doc/assets/diagram.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/assets/diagram.svg +367 -807
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/conf.py +10 -2
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/index.md +19 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/releases.md +62 -1
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Geographic_Data.ipynb +2 -2
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Integrations.ipynb +108 -9
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Introduction.ipynb +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Plotting.ipynb +20 -1
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Plotting_with_Matplotlib.ipynb +23 -2
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Plotting_with_Plotly.ipynb +23 -2
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/envs/py3.10-tests.yaml +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/envs/py3.11-docs.yaml +1 -2
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/envs/py3.11-tests.yaml +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/envs/py3.12-tests.yaml +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/envs/py3.9-tests.yaml +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/_version.py +1 -1
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/converter.py +4 -0
- hvplot-0.11.0rc2/hvplot/duckdb.py +27 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/__init__.py +6 -1
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/core.py +93 -6
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testpatch.py +27 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testplotting.py +21 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/util.py +8 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/PKG-INFO +7 -5
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/SOURCES.txt +1 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/requires.txt +2 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/pyproject.toml +4 -1
- hvplot-0.11.0a3/doc/assets/diagram.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.git-blame-ignore-revs +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.git_archival.txt +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.gitattributes +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.github/CONTRIBUTING.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.github/FUNDING.yml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.github/workflows/build.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.github/workflows/docs.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.github/workflows/test.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.gitignore +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/.pre-commit-config.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/CHANGELOG.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/CODE_OF_CONDUCT.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/LICENSE +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/binder/environment.yml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/binder/postBuild +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/conda.recipe/meta.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/custom.css +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/favicon.ico +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/bokeh.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/dask.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/explorer.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/geo.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/geopandas.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/intake.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/interactive_hvplot.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/interactive_pandas.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/interactive_xarray.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/large_data.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/layout.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/matplotlib.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/networkx.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/overlay.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/pandas.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/plotly.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/widgets.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/home/xarray.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/images/heat_and_trees.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/images/portfolio.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/logo.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/logo_horizontal.svg +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/_static/logo_stacked.svg +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/about.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/assets/console.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/assets/console_server.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/assets/hvplot-wm.png +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/assets/streamz_demo.gif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/conftest.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/developer_guide/index.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/getting_started/explorer.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/getting_started/hvplot.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/getting_started/index.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/getting_started/installation.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/getting_started/interactive.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/governance/project-docs/GOVERNANCE.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/governance/project-docs/LICENSE.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/governance/project-docs/MEMBERS.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/geopandas/points.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/geopandas/polygons.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/andrewscurves.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/area.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/bar.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/barh.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/bivariate.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/box.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/errorbars.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/heatmap.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/hexbin.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/hist.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/kde.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/labels.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/lagplot.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/line.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/ohlc.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/parallelcoordinates.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/paths.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/scatter.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/scattermatrix.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/step.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/table.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/tabular/violin.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/bar.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/contour.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/contourf.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/hist.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/image.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/kde.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/line.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/quadmesh.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/rgb.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/vectorfield.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/reference/xarray/violin.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/roadmap.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/topics.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Customization.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Large_Timeseries.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/NetworkX.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Pandas_API.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Plotting_Extensions.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Streaming.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Subplots.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Viewing.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/images/simple.svg +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/doc/user_guide/index.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/__init__.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/backend_transforms.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/cudf.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/dask.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/data/crime.csv +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/datasets.yaml +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/fugue.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/ibis.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/intake.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/interactive.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/networkx.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/pandas.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/andrews_curves.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/lag_plot.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/parallel_coordinates.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/plotting/scatter_matrix.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/polars.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/sample_data.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/streamz.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/__init__.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/conftest.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/data/README.md +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/data/RGB-red.byte.tif +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/plotting/__init__.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/plotting/testcore.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/plotting/testohlc.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/plotting/testscattermatrix.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/test_links.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testbackend_transforms.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testcharts.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testfugue.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testgeo.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testgeowithoutgv.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testgridplots.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testhelp.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testibis.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testinteractive.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testnetworkx.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testoperations.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testoptions.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testoverrides.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testpanel.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/teststatplots.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/teststreaming.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testtransforms.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testui.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/testutil.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/tests/util.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/ui.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/utilities.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot/xarray.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/dependency_links.txt +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/entry_points.txt +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/hvplot.egg-info/top_level.txt +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/scripts/update_conda_envs.py +0 -0
- {hvplot-0.11.0a3 → hvplot-0.11.0rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hvplot
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.0rc2
|
|
4
4
|
Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
|
|
5
5
|
Author-email: Philipp Rudiger <developers@holoviz.org>
|
|
6
6
|
Maintainer-email: HoloViz developers <developers@holoviz.org>
|
|
@@ -54,6 +54,7 @@ Requires-Dist: ibis-framework[duckdb]; extra == "tests"
|
|
|
54
54
|
Requires-Dist: polars; extra == "tests"
|
|
55
55
|
Requires-Dist: dask; extra == "tests"
|
|
56
56
|
Requires-Dist: spatialpandas; extra == "tests"
|
|
57
|
+
Requires-Dist: duckdb; extra == "tests"
|
|
57
58
|
Provides-Extra: fugue-sql
|
|
58
59
|
Requires-Dist: qpd>=0.4.4; extra == "fugue-sql"
|
|
59
60
|
Requires-Dist: fugue-sql-antlr>=0.2.0; extra == "fugue-sql"
|
|
@@ -73,6 +74,7 @@ Requires-Dist: pygraphviz; extra == "graphviz"
|
|
|
73
74
|
Provides-Extra: examples
|
|
74
75
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == "examples"
|
|
75
76
|
Requires-Dist: datashader>=0.6.5; extra == "examples"
|
|
77
|
+
Requires-Dist: duckdb; extra == "examples"
|
|
76
78
|
Requires-Dist: fugue[sql]; extra == "examples"
|
|
77
79
|
Requires-Dist: hvplot[fugue-sql]; extra == "examples"
|
|
78
80
|
Requires-Dist: ibis-framework[duckdb]; extra == "examples"
|
|
@@ -139,7 +141,7 @@ Requires-Dist: setuptools_scm>=6; extra == "dev-extras"
|
|
|
139
141
|
|
|
140
142
|
The API is based on the familiar Pandas `.plot` API and the innovative `.interactive` API.
|
|
141
143
|
|
|
142
|
-
<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
|
|
144
|
+
<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
|
|
143
145
|
|
|
144
146
|
## hvPlot works with the tools you know and love
|
|
145
147
|
|
|
@@ -149,7 +151,7 @@ hvPlot
|
|
|
149
151
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
150
152
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
151
153
|
|
|
152
|
-
[<img src="https://hvplot.holoviz.org/
|
|
154
|
+
[<img src="https://hvplot.holoviz.org/_images/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
|
|
153
155
|
|
|
154
156
|
hvPlot is **the simplest way to benefit from the [HoloViz](https://holoviz.org/) ecosystem for data exploration**.
|
|
155
157
|
|
|
@@ -208,7 +210,7 @@ Use the `.hvplot` API as you would use the Pandas or Xarray `.plot` API:
|
|
|
208
210
|
df.hvplot()
|
|
209
211
|
```
|
|
210
212
|
|
|
211
|
-
[<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
|
|
213
|
+
[<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
|
|
212
214
|
|
|
213
215
|
|
|
214
216
|
### Interactive data apps
|
|
@@ -222,7 +224,7 @@ pn.extension()
|
|
|
222
224
|
df.interactive(width=600).head(n=pn.widgets.IntSlider(start=1, end=5, value=3))
|
|
223
225
|
```
|
|
224
226
|
|
|
225
|
-
[<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
|
|
227
|
+
[<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
|
|
226
228
|
|
|
227
229
|
### How to find documentation from your notebook or editor
|
|
228
230
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
The API is based on the familiar Pandas `.plot` API and the innovative `.interactive` API.
|
|
20
20
|
|
|
21
|
-
<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
|
|
21
|
+
<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
|
|
22
22
|
|
|
23
23
|
## hvPlot works with the tools you know and love
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ hvPlot
|
|
|
28
28
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
29
29
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
30
30
|
|
|
31
|
-
[<img src="https://hvplot.holoviz.org/
|
|
31
|
+
[<img src="https://hvplot.holoviz.org/_images/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
|
|
32
32
|
|
|
33
33
|
hvPlot is **the simplest way to benefit from the [HoloViz](https://holoviz.org/) ecosystem for data exploration**.
|
|
34
34
|
|
|
@@ -87,7 +87,7 @@ Use the `.hvplot` API as you would use the Pandas or Xarray `.plot` API:
|
|
|
87
87
|
df.hvplot()
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
[<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
|
|
90
|
+
[<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
### Interactive data apps
|
|
@@ -101,7 +101,7 @@ pn.extension()
|
|
|
101
101
|
df.interactive(width=600).head(n=pn.widgets.IntSlider(start=1, end=5, value=3))
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
[<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
|
|
104
|
+
[<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
|
|
105
105
|
|
|
106
106
|
### How to find documentation from your notebook or editor
|
|
107
107
|
|
|
Binary file
|