hvplot 0.9.1rc1__tar.gz → 0.9.2__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.9.1rc1/hvplot.egg-info → hvplot-0.9.2}/PKG-INFO +4 -6
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/README.md +1 -5
- hvplot-0.9.2/examples/assets/diagram.png +0 -0
- {hvplot-0.9.1rc1/hvplot → hvplot-0.9.2}/examples/getting_started/interactive.ipynb +14 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/andrewscurves.ipynb +5 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/lagplot.ipynb +6 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/parallelcoordinates.ipynb +5 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/scattermatrix.ipynb +18 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/hist.ipynb +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Geographic_Data.ipynb +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/NetworkX.ipynb +1 -1
- {hvplot-0.9.1rc1/hvplot → hvplot-0.9.2}/examples/user_guide/Pandas_API.ipynb +0 -7
- {hvplot-0.9.1rc1/hvplot → hvplot-0.9.2}/examples/user_guide/Viewing.ipynb +12 -0
- hvplot-0.9.2/hvplot/.version +1 -0
- hvplot-0.9.2/hvplot/examples/assets/diagram.png +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2/hvplot}/examples/getting_started/interactive.ipynb +14 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/andrewscurves.ipynb +5 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/lagplot.ipynb +6 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/parallelcoordinates.ipynb +5 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/scattermatrix.ipynb +18 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/hist.ipynb +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Geographic_Data.ipynb +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/NetworkX.ipynb +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2/hvplot}/examples/user_guide/Pandas_API.ipynb +0 -7
- {hvplot-0.9.1rc1 → hvplot-0.9.2/hvplot}/examples/user_guide/Viewing.ipynb +12 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/core.py +26 -18
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/plotting/testcore.py +16 -3
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testcharts.py +1 -1
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testinteractive.py +4 -3
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testoperations.py +4 -3
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testplotting.py +4 -2
- hvplot-0.9.2/hvplot/tests/util.py +85 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2/hvplot.egg-info}/PKG-INFO +4 -6
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot.egg-info/SOURCES.txt +43 -46
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot.egg-info/requires.txt +2 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/setup.py +1 -0
- hvplot-0.9.1rc1/examples/assets/diagram.png +0 -0
- hvplot-0.9.1rc1/examples/assets/diagram.svg +0 -1115
- hvplot-0.9.1rc1/examples/assets/streamz_demo.gif +0 -0
- hvplot-0.9.1rc1/hvplot/.version +0 -1
- hvplot-0.9.1rc1/hvplot/examples/assets/diagram.png +0 -0
- hvplot-0.9.1rc1/hvplot/examples/assets/diagram.svg +0 -1115
- hvplot-0.9.1rc1/hvplot/examples/assets/streamz_demo.gif +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/LICENSE +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/MANIFEST.in +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/assets/console.png +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/assets/console_server.gif +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/assets/hvplot-wm.png +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/conftest.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/data/crime.csv +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/datasets.yaml +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/getting_started/explorer.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/getting_started/hvplot.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/geopandas/points.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/geopandas/polygons.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/area.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/bar.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/barh.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/bivariate.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/box.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/errorbars.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/heatmap.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/hexbin.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/hist.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/kde.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/labels.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/line.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/ohlc.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/scatter.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/step.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/table.ipynb +0 -0
- {hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/violin.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/bar.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/contour.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/contourf.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/image.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/kde.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/line.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/quadmesh.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/rgb.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/vectorfield.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/reference/xarray/violin.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Customization.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Integrations.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Introduction.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Plotting.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Plotting_Extensions.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Plotting_with_Matplotlib.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Plotting_with_Plotly.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Streaming.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Subplots.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/examples/user_guide/images/simple.svg +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/__init__.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/backend_transforms.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/converter.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/cudf.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/dask.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/assets/console.png +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/assets/console_server.gif +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/assets/hvplot-wm.png +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/conftest.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/data/crime.csv +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/datasets.yaml +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/getting_started/explorer.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/getting_started/hvplot.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/geopandas/points.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/geopandas/polygons.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/area.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/bar.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/barh.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/bivariate.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/box.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/errorbars.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/heatmap.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/hexbin.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/hist.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/kde.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/labels.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/line.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/ohlc.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/scatter.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/step.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/table.ipynb +0 -0
- {hvplot-0.9.1rc1/hvplot/examples/reference/pandas → hvplot-0.9.2/hvplot/examples/reference/tabular}/violin.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/bar.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/contour.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/contourf.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/image.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/kde.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/line.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/quadmesh.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/rgb.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/vectorfield.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/reference/xarray/violin.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Customization.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Integrations.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Introduction.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Plotting.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Plotting_Extensions.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Plotting_with_Matplotlib.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Plotting_with_Plotly.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Streaming.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Subplots.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/examples/user_guide/images/simple.svg +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/fugue.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/ibis.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/intake.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/interactive.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/networkx.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/pandas.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/__init__.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/andrews_curves.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/lag_plot.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/parallel_coordinates.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/plotting/scatter_matrix.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/polars.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/sample_data.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/streamz.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/__init__.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/conftest.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/plotting/__init__.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/plotting/testohlc.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/plotting/testscattermatrix.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/test_links.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testbackend_transforms.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testfugue.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testgeo.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testgeowithoutgv.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testgridplots.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testhelp.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testibis.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testnetworkx.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testoptions.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testoverrides.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testpanel.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testpatch.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/teststreaming.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testtransforms.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testui.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/tests/testutil.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/ui.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/util.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/utilities.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot/xarray.py +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot.egg-info/dependency_links.txt +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot.egg-info/entry_points.txt +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/hvplot.egg-info/top_level.txt +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/pyproject.toml +0 -0
- {hvplot-0.9.1rc1 → hvplot-0.9.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hvplot
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
|
|
5
5
|
Home-page: https://hvplot.holoviz.org
|
|
6
6
|
Author: Philipp Rudiger
|
|
@@ -171,6 +171,7 @@ Requires-Dist: polars; extra == "doc"
|
|
|
171
171
|
Requires-Dist: fugue; extra == "doc"
|
|
172
172
|
Requires-Dist: ibis-framework; extra == "doc"
|
|
173
173
|
Requires-Dist: nbsite>=0.8.4; extra == "doc"
|
|
174
|
+
Requires-Dist: sphinxext-rediraffe; extra == "doc"
|
|
174
175
|
Provides-Extra: build
|
|
175
176
|
Requires-Dist: param>=1.7.0; extra == "build"
|
|
176
177
|
Requires-Dist: pyct>=0.4.4; extra == "build"
|
|
@@ -221,6 +222,7 @@ Requires-Dist: scipy>=1.5.3; extra == "all"
|
|
|
221
222
|
Requires-Dist: selenium>=3.141.0; extra == "all"
|
|
222
223
|
Requires-Dist: setuptools>=30.3.0; extra == "all"
|
|
223
224
|
Requires-Dist: spatialpandas>=0.4.3; extra == "all"
|
|
225
|
+
Requires-Dist: sphinxext-rediraffe; extra == "all"
|
|
224
226
|
Requires-Dist: streamz>=0.3.0; extra == "all"
|
|
225
227
|
Requires-Dist: xarray; extra == "all"
|
|
226
228
|
Requires-Dist: xarray>=0.18.2; extra == "all"
|
|
@@ -250,7 +252,7 @@ The API is based on the familiar Pandas `.plot` API and the innovative `.interac
|
|
|
250
252
|
|
|
251
253
|
hvPlot
|
|
252
254
|
|
|
253
|
-
- supports a wide range of data sources including [Pandas](http://pandas.pydata.org), [XArray](http://xarray.pydata.org), [Dask](http://dask.pydata.org), [Streamz](http://streamz.readthedocs.io), [Intake](http://github.com/ContinuumIO/intake), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
255
|
+
- supports a wide range of data sources including [Pandas](http://pandas.pydata.org), [Polars](https://docs.pola.rs/), [XArray](http://xarray.pydata.org), [Dask](http://dask.pydata.org), [Streamz](http://streamz.readthedocs.io), [Intake](http://github.com/ContinuumIO/intake), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
254
256
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
255
257
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
256
258
|
|
|
@@ -342,10 +344,6 @@ In a notebook or ipython environment the usual
|
|
|
342
344
|
- `help` and `?` will provide you with documentation.
|
|
343
345
|
- `TAB` and `SHIFT+TAB` completion will help you navigate.
|
|
344
346
|
|
|
345
|
-
## Examples
|
|
346
|
-
|
|
347
|
-
[<img src="http://blog.holoviz.org/images/hvplot_collage.png" style="max-height:400px;border-radius:2%;">](https://hvplot.holoviz.org/topics.html)
|
|
348
|
-
|
|
349
347
|
## License
|
|
350
348
|
|
|
351
349
|
hvPlot is completely free and open-source. It is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
|
|
@@ -23,7 +23,7 @@ The API is based on the familiar Pandas `.plot` API and the innovative `.interac
|
|
|
23
23
|
|
|
24
24
|
hvPlot
|
|
25
25
|
|
|
26
|
-
- supports a wide range of data sources including [Pandas](http://pandas.pydata.org), [XArray](http://xarray.pydata.org), [Dask](http://dask.pydata.org), [Streamz](http://streamz.readthedocs.io), [Intake](http://github.com/ContinuumIO/intake), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
26
|
+
- supports a wide range of data sources including [Pandas](http://pandas.pydata.org), [Polars](https://docs.pola.rs/), [XArray](http://xarray.pydata.org), [Dask](http://dask.pydata.org), [Streamz](http://streamz.readthedocs.io), [Intake](http://github.com/ContinuumIO/intake), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
27
27
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
28
28
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
29
29
|
|
|
@@ -115,10 +115,6 @@ In a notebook or ipython environment the usual
|
|
|
115
115
|
- `help` and `?` will provide you with documentation.
|
|
116
116
|
- `TAB` and `SHIFT+TAB` completion will help you navigate.
|
|
117
117
|
|
|
118
|
-
## Examples
|
|
119
|
-
|
|
120
|
-
[<img src="http://blog.holoviz.org/images/hvplot_collage.png" style="max-height:400px;border-radius:2%;">](https://hvplot.holoviz.org/topics.html)
|
|
121
|
-
|
|
122
118
|
## License
|
|
123
119
|
|
|
124
120
|
hvPlot is completely free and open-source. It is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
|
|
Binary file
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"cells": [
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "markdown",
|
|
5
|
+
"id": "66dddf49-c70a-4ed1-98e7-76703b82fa34",
|
|
5
6
|
"metadata": {},
|
|
6
7
|
"source": [
|
|
7
8
|
"hvPlot isn't only a plotting library, it is dedicated to make data exploration easier. In this guide you will see how it can help you to get better control over your data pipelines. We define a *data pipeline* as a series of commands that *transform* some data, such as aggregating, filtering, reshaping, renaming, etc. A data pipeline may include a *load* step that will provide the input data to the pipeline, e.g. reading the data from a data base. \n",
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
{
|
|
15
16
|
"cell_type": "code",
|
|
16
17
|
"execution_count": null,
|
|
18
|
+
"id": "e14aa834-59c2-4f13-af01-dcd653505350",
|
|
17
19
|
"metadata": {},
|
|
18
20
|
"outputs": [],
|
|
19
21
|
"source": [
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
"cell_type": "markdown",
|
|
28
|
+
"id": "d8f29718-cf71-4f84-b4be-3e1e3c4b8786",
|
|
26
29
|
"metadata": {},
|
|
27
30
|
"source": [
|
|
28
31
|
"We load a dataset and get a handle on its unique *air* variable."
|
|
@@ -31,6 +34,7 @@
|
|
|
31
34
|
{
|
|
32
35
|
"cell_type": "code",
|
|
33
36
|
"execution_count": null,
|
|
37
|
+
"id": "d60b6b3a-2a1e-4094-94b2-9cc8e5ea5242",
|
|
34
38
|
"metadata": {},
|
|
35
39
|
"outputs": [],
|
|
36
40
|
"source": [
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
"cell_type": "markdown",
|
|
48
|
+
"id": "63da0ac9-3b01-4c55-8855-6436e4575aca",
|
|
44
49
|
"metadata": {},
|
|
45
50
|
"source": [
|
|
46
51
|
"We want to better understand the temporal evolution of the air temperature over different latitudes compared to a baseline. The data pipeline we build includes:\n",
|
|
@@ -57,6 +62,7 @@
|
|
|
57
62
|
{
|
|
58
63
|
"cell_type": "code",
|
|
59
64
|
"execution_count": null,
|
|
65
|
+
"id": "5f7905ce-da82-43f2-8b27-84c5b868a588",
|
|
60
66
|
"metadata": {},
|
|
61
67
|
"outputs": [],
|
|
62
68
|
"source": [
|
|
@@ -78,6 +84,7 @@
|
|
|
78
84
|
},
|
|
79
85
|
{
|
|
80
86
|
"cell_type": "markdown",
|
|
87
|
+
"id": "61d07327-08ee-45c4-b5cc-c08adf50f046",
|
|
81
88
|
"metadata": {},
|
|
82
89
|
"source": [
|
|
83
90
|
"Without `.interactive()` we would manually change the values of `LATITUDE` and `ROLLING_WINDOW` to see how they affect the pipeline output. Instead we create two widgets with the values we expect them to take, we are basically declaring beforehand our parameter space. To create widgets we import [Panel](https://panel.holoviz.org) and pick two appropriate widgets from its [Reference Gallery](https://panel.holoviz.org/reference/index.html#widgets)."
|
|
@@ -86,6 +93,7 @@
|
|
|
86
93
|
{
|
|
87
94
|
"cell_type": "code",
|
|
88
95
|
"execution_count": null,
|
|
96
|
+
"id": "81684639-5d17-43aa-90b3-2590ed951272",
|
|
89
97
|
"metadata": {},
|
|
90
98
|
"outputs": [],
|
|
91
99
|
"source": [
|
|
@@ -97,6 +105,7 @@
|
|
|
97
105
|
},
|
|
98
106
|
{
|
|
99
107
|
"cell_type": "markdown",
|
|
108
|
+
"id": "a49cb2c6-2e69-4a17-9ca3-ceb918460765",
|
|
100
109
|
"metadata": {},
|
|
101
110
|
"source": [
|
|
102
111
|
"Now we instantiate an *Interactive* object by calling `.interactive()` on our data. This object mirrors the underlying object API, it accepts all of its natural operations. We replace the data by the interactive object in the pipeline, and replace the constant parameters by the widgets we have just created."
|
|
@@ -105,6 +114,7 @@
|
|
|
105
114
|
{
|
|
106
115
|
"cell_type": "code",
|
|
107
116
|
"execution_count": null,
|
|
117
|
+
"id": "55524639-5d5d-40c1-b76f-11da152fc6bd",
|
|
108
118
|
"metadata": {},
|
|
109
119
|
"outputs": [],
|
|
110
120
|
"source": [
|
|
@@ -114,6 +124,7 @@
|
|
|
114
124
|
{
|
|
115
125
|
"cell_type": "code",
|
|
116
126
|
"execution_count": null,
|
|
127
|
+
"id": "6f63c03e-79c2-4a6c-9203-2b4727894228",
|
|
117
128
|
"metadata": {},
|
|
118
129
|
"outputs": [],
|
|
119
130
|
"source": [
|
|
@@ -132,6 +143,7 @@
|
|
|
132
143
|
},
|
|
133
144
|
{
|
|
134
145
|
"cell_type": "markdown",
|
|
146
|
+
"id": "4bbe8553-f79c-4e46-9a58-93b7cdb3e92f",
|
|
135
147
|
"metadata": {},
|
|
136
148
|
"source": [
|
|
137
149
|
"You can see that now the pipeline when rendered doesn't only consist of its output, it also includes the widgets that control it. Change the widgets' values and observe how the output dynamically updates.\n",
|
|
@@ -144,6 +156,7 @@
|
|
|
144
156
|
{
|
|
145
157
|
"cell_type": "code",
|
|
146
158
|
"execution_count": null,
|
|
159
|
+
"id": "83e20794-0261-46f8-a094-1903937de550",
|
|
147
160
|
"metadata": {},
|
|
148
161
|
"outputs": [],
|
|
149
162
|
"source": [
|
|
@@ -154,6 +167,7 @@
|
|
|
154
167
|
},
|
|
155
168
|
{
|
|
156
169
|
"cell_type": "markdown",
|
|
170
|
+
"id": "c458f2a3-eeca-477f-b7c1-6b53e4d0f18c",
|
|
157
171
|
"metadata": {},
|
|
158
172
|
"source": [
|
|
159
173
|
"For information on using `.interactive()` take a look at the [User Guide](../user_guide/Interactive.ipynb)."
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "code",
|
|
5
5
|
"execution_count": null,
|
|
6
|
+
"id": "d8d7bf92-ae63-4122-9457-10c9ada6c6f1",
|
|
6
7
|
"metadata": {},
|
|
7
8
|
"outputs": [],
|
|
8
9
|
"source": [
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
},
|
|
12
13
|
{
|
|
13
14
|
"cell_type": "markdown",
|
|
15
|
+
"id": "915da73a-0a5f-4a40-aa4b-a65a6002c3e9",
|
|
14
16
|
"metadata": {},
|
|
15
17
|
"source": [
|
|
16
18
|
"Andrews curves provides a mechanism for visualising clusters of multivariate data.\n",
|
|
@@ -27,6 +29,7 @@
|
|
|
27
29
|
{
|
|
28
30
|
"cell_type": "code",
|
|
29
31
|
"execution_count": null,
|
|
32
|
+
"id": "d85a9c83-bd5d-4ac2-b1a0-0bb451a484e9",
|
|
30
33
|
"metadata": {},
|
|
31
34
|
"outputs": [],
|
|
32
35
|
"source": [
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
{
|
|
39
42
|
"cell_type": "code",
|
|
40
43
|
"execution_count": null,
|
|
44
|
+
"id": "780fc986-819b-4882-9c44-113b9a211d97",
|
|
41
45
|
"metadata": {},
|
|
42
46
|
"outputs": [],
|
|
43
47
|
"source": [
|
|
@@ -47,6 +51,7 @@
|
|
|
47
51
|
{
|
|
48
52
|
"cell_type": "code",
|
|
49
53
|
"execution_count": null,
|
|
54
|
+
"id": "4c721441-ecf3-4178-a55f-d43eed7d00a5",
|
|
50
55
|
"metadata": {},
|
|
51
56
|
"outputs": [],
|
|
52
57
|
"source": [
|
{hvplot-0.9.1rc1/examples/reference/pandas → hvplot-0.9.2/examples/reference/tabular}/lagplot.ipynb
RENAMED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "code",
|
|
5
5
|
"execution_count": null,
|
|
6
|
+
"id": "cb5dd3db-78c4-4a01-ba07-37f718f7425a",
|
|
6
7
|
"metadata": {},
|
|
7
8
|
"outputs": [],
|
|
8
9
|
"source": [
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
"cell_type": "markdown",
|
|
17
|
+
"id": "c7af165e-4231-49ea-81d7-d07ad81a05da",
|
|
16
18
|
"metadata": {},
|
|
17
19
|
"source": [
|
|
18
20
|
"Lag plots are most commonly used to look for patterns in time series data."
|
|
@@ -20,6 +22,7 @@
|
|
|
20
22
|
},
|
|
21
23
|
{
|
|
22
24
|
"cell_type": "markdown",
|
|
25
|
+
"id": "815a51ab-5f61-4bea-bb56-e11a0f117718",
|
|
23
26
|
"metadata": {},
|
|
24
27
|
"source": [
|
|
25
28
|
"Given the following time series:"
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
{
|
|
29
32
|
"cell_type": "code",
|
|
30
33
|
"execution_count": null,
|
|
34
|
+
"id": "283adbd9-3c42-4cb7-8c57-1d0e9fe1d25f",
|
|
31
35
|
"metadata": {},
|
|
32
36
|
"outputs": [],
|
|
33
37
|
"source": [
|
|
@@ -40,6 +44,7 @@
|
|
|
40
44
|
},
|
|
41
45
|
{
|
|
42
46
|
"cell_type": "markdown",
|
|
47
|
+
"id": "8a877a7d-11cb-4bcb-81e4-3936f061ba65",
|
|
43
48
|
"metadata": {},
|
|
44
49
|
"source": [
|
|
45
50
|
"A lag plot with `lag=1` returns:"
|
|
@@ -48,6 +53,7 @@
|
|
|
48
53
|
{
|
|
49
54
|
"cell_type": "code",
|
|
50
55
|
"execution_count": null,
|
|
56
|
+
"id": "52be318e-fccd-461d-9813-c231b6f2997c",
|
|
51
57
|
"metadata": {},
|
|
52
58
|
"outputs": [],
|
|
53
59
|
"source": [
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "code",
|
|
5
5
|
"execution_count": null,
|
|
6
|
+
"id": "98539b4c-af81-4ad7-9fe5-8e1b828ee3d8",
|
|
6
7
|
"metadata": {},
|
|
7
8
|
"outputs": [],
|
|
8
9
|
"source": [
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
},
|
|
12
13
|
{
|
|
13
14
|
"cell_type": "markdown",
|
|
15
|
+
"id": "0b7674d1-b972-4b43-9e96-18c0d0fcc125",
|
|
14
16
|
"metadata": {},
|
|
15
17
|
"source": [
|
|
16
18
|
"Parallel coordinates are a common way of visualizing and analyzing high-dimensional datasets.\n",
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
{
|
|
22
24
|
"cell_type": "code",
|
|
23
25
|
"execution_count": null,
|
|
26
|
+
"id": "b524875d-aaa6-40da-8b1a-9f42f636da6a",
|
|
24
27
|
"metadata": {},
|
|
25
28
|
"outputs": [],
|
|
26
29
|
"source": [
|
|
@@ -32,6 +35,7 @@
|
|
|
32
35
|
{
|
|
33
36
|
"cell_type": "code",
|
|
34
37
|
"execution_count": null,
|
|
38
|
+
"id": "02fa9997-0c52-4ee8-890f-9ce2a6352e3f",
|
|
35
39
|
"metadata": {},
|
|
36
40
|
"outputs": [],
|
|
37
41
|
"source": [
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
{
|
|
42
46
|
"cell_type": "code",
|
|
43
47
|
"execution_count": null,
|
|
48
|
+
"id": "c737ec55-2c45-40dd-92d0-69464607bf7f",
|
|
44
49
|
"metadata": {},
|
|
45
50
|
"outputs": [],
|
|
46
51
|
"source": [
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "code",
|
|
5
5
|
"execution_count": null,
|
|
6
|
+
"id": "c092a604-c386-4dda-bc90-0ff11a8f880f",
|
|
6
7
|
"metadata": {},
|
|
7
8
|
"outputs": [],
|
|
8
9
|
"source": [
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
"cell_type": "markdown",
|
|
17
|
+
"id": "1793d412-0d1e-4c8e-b470-ca978d5a53e2",
|
|
16
18
|
"metadata": {},
|
|
17
19
|
"source": [
|
|
18
20
|
"`scatter_matrix` shows all the pairwise relationships between the columns of your data. Each non-diagonal entry plots the corresponding columns against another, while the diagonal plot shows the distribution of the data within each individual column.\n",
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
{
|
|
24
26
|
"cell_type": "code",
|
|
25
27
|
"execution_count": null,
|
|
28
|
+
"id": "9d6cb81d-7f65-41de-8386-26479e41ddd4",
|
|
26
29
|
"metadata": {},
|
|
27
30
|
"outputs": [],
|
|
28
31
|
"source": [
|
|
@@ -34,6 +37,7 @@
|
|
|
34
37
|
{
|
|
35
38
|
"cell_type": "code",
|
|
36
39
|
"execution_count": null,
|
|
40
|
+
"id": "91efa178-7cb4-4dbe-8730-59a2864cdf9a",
|
|
37
41
|
"metadata": {},
|
|
38
42
|
"outputs": [],
|
|
39
43
|
"source": [
|
|
@@ -42,6 +46,7 @@
|
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"cell_type": "markdown",
|
|
49
|
+
"id": "38913fbf-4982-4b82-bf81-01bb33faf8a0",
|
|
45
50
|
"metadata": {},
|
|
46
51
|
"source": [
|
|
47
52
|
"The `chart` parameter allows to change the type of the *off-diagonal* plots."
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
{
|
|
51
56
|
"cell_type": "code",
|
|
52
57
|
"execution_count": null,
|
|
58
|
+
"id": "a4f72f5f-b9a1-41ce-b00d-59fad1b01b54",
|
|
53
59
|
"metadata": {},
|
|
54
60
|
"outputs": [],
|
|
55
61
|
"source": [
|
|
@@ -58,6 +64,7 @@
|
|
|
58
64
|
},
|
|
59
65
|
{
|
|
60
66
|
"cell_type": "markdown",
|
|
67
|
+
"id": "11943cd6-7d10-4990-9de6-18402c4c42a8",
|
|
61
68
|
"metadata": {},
|
|
62
69
|
"source": [
|
|
63
70
|
"The `diagonal` parameter allows to change the type of the *diagonal* plots."
|
|
@@ -66,6 +73,7 @@
|
|
|
66
73
|
{
|
|
67
74
|
"cell_type": "code",
|
|
68
75
|
"execution_count": null,
|
|
76
|
+
"id": "d46fd8d8-bf72-45fe-9faf-a85c1239d21e",
|
|
69
77
|
"metadata": {},
|
|
70
78
|
"outputs": [],
|
|
71
79
|
"source": [
|
|
@@ -74,6 +82,7 @@
|
|
|
74
82
|
},
|
|
75
83
|
{
|
|
76
84
|
"cell_type": "markdown",
|
|
85
|
+
"id": "3d13318b-b96c-4e62-b237-5202e5108a44",
|
|
77
86
|
"metadata": {},
|
|
78
87
|
"source": [
|
|
79
88
|
"Setting `tools` to include a selection tool like `box_select` and an inspection tool like `hover` permits further analysis."
|
|
@@ -82,6 +91,7 @@
|
|
|
82
91
|
{
|
|
83
92
|
"cell_type": "code",
|
|
84
93
|
"execution_count": null,
|
|
94
|
+
"id": "135bdf59-c2c5-4253-b9a0-a786623db591",
|
|
85
95
|
"metadata": {},
|
|
86
96
|
"outputs": [],
|
|
87
97
|
"source": [
|
|
@@ -91,6 +101,7 @@
|
|
|
91
101
|
{
|
|
92
102
|
"cell_type": "code",
|
|
93
103
|
"execution_count": null,
|
|
104
|
+
"id": "d4315596-0a9e-4c00-a0d3-c8f3a01b9518",
|
|
94
105
|
"metadata": {},
|
|
95
106
|
"outputs": [],
|
|
96
107
|
"source": [
|
|
@@ -99,6 +110,7 @@
|
|
|
99
110
|
},
|
|
100
111
|
{
|
|
101
112
|
"cell_type": "markdown",
|
|
113
|
+
"id": "a8b4cef5-25ea-4129-ab0e-7cc6c36d3451",
|
|
102
114
|
"metadata": {},
|
|
103
115
|
"source": [
|
|
104
116
|
"The `c` parameter allows to colorize the data by a given column, here by `'CAT'`. Note also that the `diagonal_kwds` parameter (equivalent to `hist_kwds` in this case or `density_kwds` for *kde* plots) allow to customize the diagonal plots."
|
|
@@ -107,6 +119,7 @@
|
|
|
107
119
|
{
|
|
108
120
|
"cell_type": "code",
|
|
109
121
|
"execution_count": null,
|
|
122
|
+
"id": "ba178ac7-936e-4585-964b-34a99b711108",
|
|
110
123
|
"metadata": {},
|
|
111
124
|
"outputs": [],
|
|
112
125
|
"source": [
|
|
@@ -116,6 +129,7 @@
|
|
|
116
129
|
{
|
|
117
130
|
"cell_type": "code",
|
|
118
131
|
"execution_count": null,
|
|
132
|
+
"id": "8a97b3bc-0053-41b6-a71a-70ceec9e3341",
|
|
119
133
|
"metadata": {},
|
|
120
134
|
"outputs": [],
|
|
121
135
|
"source": [
|
|
@@ -124,6 +138,7 @@
|
|
|
124
138
|
},
|
|
125
139
|
{
|
|
126
140
|
"cell_type": "markdown",
|
|
141
|
+
"id": "eaa67050-09ad-4c79-9b01-03dd96a6bada",
|
|
127
142
|
"metadata": {},
|
|
128
143
|
"source": [
|
|
129
144
|
"Scatter matrix plots may end up with a large number of points having to be rendered which can be challenging for the browser or even just crash it. In that case you should consider setting to `True` the `rasterize` (or `datashade`) parameter that uses [Datashader](https://datashader.org/) to render the off-diagonal plots on the backend and then send more efficient image-based representations to the browser.\n",
|
|
@@ -134,6 +149,7 @@
|
|
|
134
149
|
{
|
|
135
150
|
"cell_type": "code",
|
|
136
151
|
"execution_count": null,
|
|
152
|
+
"id": "ed43bbf1-4c62-4a80-b044-970c235727a0",
|
|
137
153
|
"metadata": {},
|
|
138
154
|
"outputs": [],
|
|
139
155
|
"source": [
|
|
@@ -142,6 +158,7 @@
|
|
|
142
158
|
},
|
|
143
159
|
{
|
|
144
160
|
"cell_type": "markdown",
|
|
161
|
+
"id": "c50ec422-baf4-43d4-9f84-a8d74315b7e6",
|
|
145
162
|
"metadata": {},
|
|
146
163
|
"source": [
|
|
147
164
|
"When `rasterize` (or `datashade`) is toggled it's possible to make individual points more visible by setting `dynspread=True` or `spread=True`. Head over to the [Working with large data using datashader](https://holoviews.org/user_guide/Large_Data.html) guide of [HoloViews](https://holoviews.org/index.html) to learn more about these operations and what parameters they accept (which can be passed as `kwds` to `scatter_matrix`)."
|
|
@@ -150,6 +167,7 @@
|
|
|
150
167
|
{
|
|
151
168
|
"cell_type": "code",
|
|
152
169
|
"execution_count": null,
|
|
170
|
+
"id": "e4974565-3c21-462c-b762-c5719d29c221",
|
|
153
171
|
"metadata": {},
|
|
154
172
|
"outputs": [],
|
|
155
173
|
"source": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"cell_type": "markdown",
|
|
15
15
|
"metadata": {},
|
|
16
16
|
"source": [
|
|
17
|
-
"`hist` is often a good way to start looking at data to get a sense of the distribution. Similar methods include [`kde`](kde.
|
|
17
|
+
"`hist` is often a good way to start looking at data to get a sense of the distribution. Similar methods include [`kde`](kde.ipynb) (also available as `density`)."
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"source": [
|
|
49
49
|
"### Plotting points\n",
|
|
50
50
|
"\n",
|
|
51
|
-
"If we want to overlay our data on geographic maps or reproject it into a geographic plot, we can set ``geo=True``, which declares that the data will be plotted in a geographic coordinate system. The default coordinate system is the ``PlateCarree`` projection, i.e., raw longitudes and latitudes. If the data is in another coordinate system, you will need to [declare an explicit ``crs``](#
|
|
51
|
+
"If we want to overlay our data on geographic maps or reproject it into a geographic plot, we can set ``geo=True``, which declares that the data will be plotted in a geographic coordinate system. The default coordinate system is the ``PlateCarree`` projection, i.e., raw longitudes and latitudes. If the data is in another coordinate system, you will need to [declare an explicit ``crs``](#declaring-a-crs) as an argument, in which case `geo=True` is assumed. Once hvPlot knows that your data is in geo coordinates, you can use the ``tiles`` option to overlay a the plot on top of map tiles."
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
{
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"cell_type": "markdown",
|
|
78
78
|
"metadata": {},
|
|
79
79
|
"source": [
|
|
80
|
-
"The
|
|
80
|
+
"The `hvnx` namespace also makes `save` and `show` utilities available to save the plot to HTML or PNG files or display it in a separate browser window when working in a standard Python interpreter."
|
|
81
81
|
]
|
|
82
82
|
},
|
|
83
83
|
{
|
|
@@ -82,13 +82,6 @@
|
|
|
82
82
|
"df3.plot(x='A', y='B')"
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
|
-
{
|
|
86
|
-
"cell_type": "markdown",
|
|
87
|
-
"metadata": {},
|
|
88
|
-
"source": [
|
|
89
|
-
"**Note** For more formatting and styling options, see [formatting](#plot-formatting) below."
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
85
|
{
|
|
93
86
|
"cell_type": "markdown",
|
|
94
87
|
"metadata": {},
|
|
@@ -172,6 +172,18 @@
|
|
|
172
172
|
"source": [
|
|
173
173
|
"hvplot.save(plot, 'test.png')"
|
|
174
174
|
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"cell_type": "code",
|
|
178
|
+
"execution_count": null,
|
|
179
|
+
"metadata": {},
|
|
180
|
+
"outputs": [],
|
|
181
|
+
"source": [
|
|
182
|
+
"from pathlib import Path\n",
|
|
183
|
+
"\n",
|
|
184
|
+
"Path('test.html').unlink(missing_ok=True)\n",
|
|
185
|
+
"Path('test.png').unlink(missing_ok=True)"
|
|
186
|
+
]
|
|
175
187
|
}
|
|
176
188
|
],
|
|
177
189
|
"metadata": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_describe": "v0.9.2-0-g4e9f860", "version_string": "0.9.2"}
|
|
Binary file
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"cells": [
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "markdown",
|
|
5
|
+
"id": "66dddf49-c70a-4ed1-98e7-76703b82fa34",
|
|
5
6
|
"metadata": {},
|
|
6
7
|
"source": [
|
|
7
8
|
"hvPlot isn't only a plotting library, it is dedicated to make data exploration easier. In this guide you will see how it can help you to get better control over your data pipelines. We define a *data pipeline* as a series of commands that *transform* some data, such as aggregating, filtering, reshaping, renaming, etc. A data pipeline may include a *load* step that will provide the input data to the pipeline, e.g. reading the data from a data base. \n",
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
{
|
|
15
16
|
"cell_type": "code",
|
|
16
17
|
"execution_count": null,
|
|
18
|
+
"id": "e14aa834-59c2-4f13-af01-dcd653505350",
|
|
17
19
|
"metadata": {},
|
|
18
20
|
"outputs": [],
|
|
19
21
|
"source": [
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
"cell_type": "markdown",
|
|
28
|
+
"id": "d8f29718-cf71-4f84-b4be-3e1e3c4b8786",
|
|
26
29
|
"metadata": {},
|
|
27
30
|
"source": [
|
|
28
31
|
"We load a dataset and get a handle on its unique *air* variable."
|
|
@@ -31,6 +34,7 @@
|
|
|
31
34
|
{
|
|
32
35
|
"cell_type": "code",
|
|
33
36
|
"execution_count": null,
|
|
37
|
+
"id": "d60b6b3a-2a1e-4094-94b2-9cc8e5ea5242",
|
|
34
38
|
"metadata": {},
|
|
35
39
|
"outputs": [],
|
|
36
40
|
"source": [
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
"cell_type": "markdown",
|
|
48
|
+
"id": "63da0ac9-3b01-4c55-8855-6436e4575aca",
|
|
44
49
|
"metadata": {},
|
|
45
50
|
"source": [
|
|
46
51
|
"We want to better understand the temporal evolution of the air temperature over different latitudes compared to a baseline. The data pipeline we build includes:\n",
|
|
@@ -57,6 +62,7 @@
|
|
|
57
62
|
{
|
|
58
63
|
"cell_type": "code",
|
|
59
64
|
"execution_count": null,
|
|
65
|
+
"id": "5f7905ce-da82-43f2-8b27-84c5b868a588",
|
|
60
66
|
"metadata": {},
|
|
61
67
|
"outputs": [],
|
|
62
68
|
"source": [
|
|
@@ -78,6 +84,7 @@
|
|
|
78
84
|
},
|
|
79
85
|
{
|
|
80
86
|
"cell_type": "markdown",
|
|
87
|
+
"id": "61d07327-08ee-45c4-b5cc-c08adf50f046",
|
|
81
88
|
"metadata": {},
|
|
82
89
|
"source": [
|
|
83
90
|
"Without `.interactive()` we would manually change the values of `LATITUDE` and `ROLLING_WINDOW` to see how they affect the pipeline output. Instead we create two widgets with the values we expect them to take, we are basically declaring beforehand our parameter space. To create widgets we import [Panel](https://panel.holoviz.org) and pick two appropriate widgets from its [Reference Gallery](https://panel.holoviz.org/reference/index.html#widgets)."
|
|
@@ -86,6 +93,7 @@
|
|
|
86
93
|
{
|
|
87
94
|
"cell_type": "code",
|
|
88
95
|
"execution_count": null,
|
|
96
|
+
"id": "81684639-5d17-43aa-90b3-2590ed951272",
|
|
89
97
|
"metadata": {},
|
|
90
98
|
"outputs": [],
|
|
91
99
|
"source": [
|
|
@@ -97,6 +105,7 @@
|
|
|
97
105
|
},
|
|
98
106
|
{
|
|
99
107
|
"cell_type": "markdown",
|
|
108
|
+
"id": "a49cb2c6-2e69-4a17-9ca3-ceb918460765",
|
|
100
109
|
"metadata": {},
|
|
101
110
|
"source": [
|
|
102
111
|
"Now we instantiate an *Interactive* object by calling `.interactive()` on our data. This object mirrors the underlying object API, it accepts all of its natural operations. We replace the data by the interactive object in the pipeline, and replace the constant parameters by the widgets we have just created."
|
|
@@ -105,6 +114,7 @@
|
|
|
105
114
|
{
|
|
106
115
|
"cell_type": "code",
|
|
107
116
|
"execution_count": null,
|
|
117
|
+
"id": "55524639-5d5d-40c1-b76f-11da152fc6bd",
|
|
108
118
|
"metadata": {},
|
|
109
119
|
"outputs": [],
|
|
110
120
|
"source": [
|
|
@@ -114,6 +124,7 @@
|
|
|
114
124
|
{
|
|
115
125
|
"cell_type": "code",
|
|
116
126
|
"execution_count": null,
|
|
127
|
+
"id": "6f63c03e-79c2-4a6c-9203-2b4727894228",
|
|
117
128
|
"metadata": {},
|
|
118
129
|
"outputs": [],
|
|
119
130
|
"source": [
|
|
@@ -132,6 +143,7 @@
|
|
|
132
143
|
},
|
|
133
144
|
{
|
|
134
145
|
"cell_type": "markdown",
|
|
146
|
+
"id": "4bbe8553-f79c-4e46-9a58-93b7cdb3e92f",
|
|
135
147
|
"metadata": {},
|
|
136
148
|
"source": [
|
|
137
149
|
"You can see that now the pipeline when rendered doesn't only consist of its output, it also includes the widgets that control it. Change the widgets' values and observe how the output dynamically updates.\n",
|
|
@@ -144,6 +156,7 @@
|
|
|
144
156
|
{
|
|
145
157
|
"cell_type": "code",
|
|
146
158
|
"execution_count": null,
|
|
159
|
+
"id": "83e20794-0261-46f8-a094-1903937de550",
|
|
147
160
|
"metadata": {},
|
|
148
161
|
"outputs": [],
|
|
149
162
|
"source": [
|
|
@@ -154,6 +167,7 @@
|
|
|
154
167
|
},
|
|
155
168
|
{
|
|
156
169
|
"cell_type": "markdown",
|
|
170
|
+
"id": "c458f2a3-eeca-477f-b7c1-6b53e4d0f18c",
|
|
157
171
|
"metadata": {},
|
|
158
172
|
"source": [
|
|
159
173
|
"For information on using `.interactive()` take a look at the [User Guide](../user_guide/Interactive.ipynb)."
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"cell_type": "code",
|
|
5
5
|
"execution_count": null,
|
|
6
|
+
"id": "d8d7bf92-ae63-4122-9457-10c9ada6c6f1",
|
|
6
7
|
"metadata": {},
|
|
7
8
|
"outputs": [],
|
|
8
9
|
"source": [
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
},
|
|
12
13
|
{
|
|
13
14
|
"cell_type": "markdown",
|
|
15
|
+
"id": "915da73a-0a5f-4a40-aa4b-a65a6002c3e9",
|
|
14
16
|
"metadata": {},
|
|
15
17
|
"source": [
|
|
16
18
|
"Andrews curves provides a mechanism for visualising clusters of multivariate data.\n",
|
|
@@ -27,6 +29,7 @@
|
|
|
27
29
|
{
|
|
28
30
|
"cell_type": "code",
|
|
29
31
|
"execution_count": null,
|
|
32
|
+
"id": "d85a9c83-bd5d-4ac2-b1a0-0bb451a484e9",
|
|
30
33
|
"metadata": {},
|
|
31
34
|
"outputs": [],
|
|
32
35
|
"source": [
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
{
|
|
39
42
|
"cell_type": "code",
|
|
40
43
|
"execution_count": null,
|
|
44
|
+
"id": "780fc986-819b-4882-9c44-113b9a211d97",
|
|
41
45
|
"metadata": {},
|
|
42
46
|
"outputs": [],
|
|
43
47
|
"source": [
|
|
@@ -47,6 +51,7 @@
|
|
|
47
51
|
{
|
|
48
52
|
"cell_type": "code",
|
|
49
53
|
"execution_count": null,
|
|
54
|
+
"id": "4c721441-ecf3-4178-a55f-d43eed7d00a5",
|
|
50
55
|
"metadata": {},
|
|
51
56
|
"outputs": [],
|
|
52
57
|
"source": [
|