hvplot 0.12.2rc1__tar.gz → 0.13.0a1__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.12.2rc1 → hvplot-0.13.0a1}/PKG-INFO +8 -25
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/README.md +2 -2
- hvplot-0.13.0a1/doc/_static/home/large_data.gif +0 -0
- hvplot-0.13.0a1/doc/_static/home/layout.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/conf.py +1 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/conftest.py +1 -6
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/index.md +19 -38
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/index.md +1 -1
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/data_libraries.ipynb +55 -15
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/deprecations.md +3 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/streaming.ipynb +4 -34
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/tutorials/getting_started.ipynb +2 -2
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Introduction.ipynb +1 -2
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Plotting.ipynb +80 -64
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Plotting_Extensions.ipynb +18 -16
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Plotting_with_Matplotlib.ipynb +85 -107
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Plotting_with_Plotly.ipynb +81 -65
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Subplots.ipynb +12 -14
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Viewing.ipynb +11 -8
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/index.md +2 -4
- hvplot-0.13.0a1/hvplot/_version.py +24 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/converter.py +115 -5
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/intake.py +10 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/core.py +616 -396
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/sample_data.py +12 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/streamz.py +13 -0
- hvplot-0.13.0a1/hvplot/tests/testdeprecations.py +89 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testoptions.py +52 -229
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testpatch.py +3 -2
- hvplot-0.13.0a1/hvplot/tests/testxugrid.py +344 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/util.py +30 -0
- hvplot-0.13.0a1/hvplot/xugrid.py +26 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/pyproject.toml +3 -12
- hvplot-0.13.0a1/scripts/download_data.py +41 -0
- hvplot-0.12.2rc1/doc/_static/home/intake.gif +0 -0
- hvplot-0.12.2rc1/doc/_static/home/large_data.gif +0 -0
- hvplot-0.12.2rc1/doc/_static/home/layout.gif +0 -0
- hvplot-0.12.2rc1/doc/user_guide/Streaming.ipynb +0 -252
- hvplot-0.12.2rc1/hvplot/_version.py +0 -34
- hvplot-0.12.2rc1/hvplot/tests/testdeprecations.py +0 -30
- hvplot-0.12.2rc1/scripts/download_data.py +0 -19
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/.gitignore +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/LICENSE +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_ext/backend_styling_options.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_ext/plotting_options_table.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/custom.css +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/favicon.ico +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/bokeh.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/dask.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/explorer.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/geo.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/geopandas.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/interactive_hvplot.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/interactive_pandas.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/interactive_xarray.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/matplotlib.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/networkx.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/overlay.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/pandas.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/plotly.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/widgets.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/home/xarray.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/images/heat_and_trees.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/images/portfolio.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/logo.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/logo_horizontal.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/logo_horizontal.svg +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/logo_stacked.svg +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/_static/patch_templates/sourcelink.html +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/about.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/console.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/console_server.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/diagram.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/diagram.svg +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/hvplot-wm.png +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/assets/streamz_demo.gif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/developer_guide.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/annotations/horizontal_bar_with_labels.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_area.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_boxplot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_heatmap.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_line.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_scatter.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/basic-charts/simple_step.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/big-data/large_vectorfield_downsampled.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/category_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/category_heatmap.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/grouped_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/horizontal_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/lollipop_plot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/stacked_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/categorical/strip_jitter.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/geospatial/datashade_map.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/geospatial/geopoints.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/geospatial/map_overlay.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/geospatial/paths_labels.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/geospatial/polygon_map.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/contour.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/contourf.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/image.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/quadmesh.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/rgb.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/rgb_satellite_imagery.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/gridded/vectorfield.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/interactivity/app_bind.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/interactivity/app_rx.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/interactivity/groupby_widget.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/multidimensional/andrews_curves.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/multidimensional/groupby.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/multidimensional/parallel_coordinates.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/multidimensional/scatter_matrix.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/multidimensional/scatter_multi.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/bar_with_error_bars.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/bivariate.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/boxplot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/correlation_heatmap.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/density_plot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/hexbin.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/histogram.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/horizontal_errorbars.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/violin.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/statistical/violin_scatter.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/area_time_series.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/dual_axis_timeseries.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/forecast_bands.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/lag_plot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/multi_series_line.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/ohlc.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/step_time_series.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/time_series_bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/gallery/time-series/time_series_line.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/governance/project-docs/GOVERNANCE.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/governance/project-docs/LICENSE.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/governance/project-docs/MEMBERS.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.area.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.bar.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.barh.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.bivariate.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.box.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.contour.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.contourf.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.dataset.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.density.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.errorbars.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.explorer.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.heatmap.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.hexbin.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.hist.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.image.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.kde.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.labels.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.line.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.ohlc.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.paths.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.points.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.polygons.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.quadmesh.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.rgb.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.scatter.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.step.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.table.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.vectorfield.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.hvPlot.violin.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.plotting.andrews_curves.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.plotting.lag_plot.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.plotting.parallel_coordinates.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api/manual/hvplot.plotting.scatter_matrix.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api_compatibility/index.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api_compatibility/pandas/Pandas_API.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/api_compatibility/pandas/index.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/index.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/installation.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_extensions.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/axis.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/color_colormap.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/data.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/geographic.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/index.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/interactivity.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/legend.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/resampling.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/size_layout.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/ref/plotting_options/styling.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/releases.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/roadmap.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/topics.html +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/tutorials/getting_started_pandas.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/tutorials/index.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Geographic_Data.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Large_Timeseries.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/NetworkX.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/doc/user_guide/images/simple.svg +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/__init__.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/backend_transforms.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/cudf.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/dask.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/data/crime.csv +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/datasets.yaml +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/duckdb.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/fugue.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/ibis.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/interactive.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/networkx.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/pandas.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/__init__.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/andrews_curves.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/lag_plot.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/parallel_coordinates.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/plotting/scatter_matrix.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/polars.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/sampledata.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/__init__.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/conftest.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/data/README.md +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/data/RGB-red.byte.tif +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/plotting/__init__.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/plotting/testandrewscurves.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/plotting/testcore.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/plotting/testohlc.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/plotting/testscattermatrix.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/test_links.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testbackend_transforms.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testcharts.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testdocstring.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testfugue.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testgeo.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testgeowithoutgv.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testgridplots.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testhelp.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testibis.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testinteractive.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testnetworkx.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testoperations.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testoverrides.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testpanel.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testpatchsignature.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testplotting.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/teststatplots.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/teststreaming.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testtransforms.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testui.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/testutil.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/tests/util.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/ui.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/utilities.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/hvplot/xarray.py +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/scripts/conda/build.sh +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/scripts/conda/recipe/meta.yaml +0 -0
- {hvplot-0.12.2rc1 → hvplot-0.13.0a1}/scripts/sync_git_tags.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hvplot
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.13.0a1
|
|
4
4
|
Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
|
|
5
5
|
Project-URL: Homepage, https://hvplot.holoviz.org
|
|
6
6
|
Project-URL: Source, http://github.com/holoviz/hvplot
|
|
@@ -38,14 +38,11 @@ Requires-Dist: bokeh-sampledata>=2025.0; extra == 'doc'
|
|
|
38
38
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == 'doc'
|
|
39
39
|
Requires-Dist: datashader>=0.6.5; extra == 'doc'
|
|
40
40
|
Requires-Dist: duckdb; extra == 'doc'
|
|
41
|
-
Requires-Dist: fugue-sql-antlr>=0.2.
|
|
41
|
+
Requires-Dist: fugue-sql-antlr>=0.2.4; extra == 'doc'
|
|
42
42
|
Requires-Dist: fugue[sql]; extra == 'doc'
|
|
43
43
|
Requires-Dist: geodatasets>=2023.12.0; extra == 'doc'
|
|
44
44
|
Requires-Dist: hvsampledata>=0.1.4a2; extra == 'doc'
|
|
45
45
|
Requires-Dist: ibis-framework[duckdb]; extra == 'doc'
|
|
46
|
-
Requires-Dist: intake-parquet>=0.2.3; extra == 'doc'
|
|
47
|
-
Requires-Dist: intake-xarray<2,>=0.5.0; extra == 'doc'
|
|
48
|
-
Requires-Dist: intake<2.0.0,>=0.6.5; extra == 'doc'
|
|
49
46
|
Requires-Dist: ipywidgets; extra == 'doc'
|
|
50
47
|
Requires-Dist: jinja2; extra == 'doc'
|
|
51
48
|
Requires-Dist: matplotlib; extra == 'doc'
|
|
@@ -58,7 +55,6 @@ Requires-Dist: pillow>=8.2.0; extra == 'doc'
|
|
|
58
55
|
Requires-Dist: plotly; extra == 'doc'
|
|
59
56
|
Requires-Dist: polars; extra == 'doc'
|
|
60
57
|
Requires-Dist: pooch>=1.6.0; extra == 'doc'
|
|
61
|
-
Requires-Dist: qpd>=0.4.4; extra == 'doc'
|
|
62
58
|
Requires-Dist: s3fs>=2022.1.0; extra == 'doc'
|
|
63
59
|
Requires-Dist: scikit-image>=0.17.2; extra == 'doc'
|
|
64
60
|
Requires-Dist: scikit-learn>=1.4.0; extra == 'doc'
|
|
@@ -67,7 +63,6 @@ Requires-Dist: selenium>=3.141.0; extra == 'doc'
|
|
|
67
63
|
Requires-Dist: sphinxcontrib-mermaid; extra == 'doc'
|
|
68
64
|
Requires-Dist: sphinxext-rediraffe; extra == 'doc'
|
|
69
65
|
Requires-Dist: sqlglot; extra == 'doc'
|
|
70
|
-
Requires-Dist: streamz>=0.3.0; extra == 'doc'
|
|
71
66
|
Requires-Dist: xarray>=0.18.2; extra == 'doc'
|
|
72
67
|
Requires-Dist: xyzservices>=2022.9.0; extra == 'doc'
|
|
73
68
|
Provides-Extra: examples
|
|
@@ -75,14 +70,11 @@ Requires-Dist: bokeh-sampledata>=2025.0; extra == 'examples'
|
|
|
75
70
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == 'examples'
|
|
76
71
|
Requires-Dist: datashader>=0.6.5; extra == 'examples'
|
|
77
72
|
Requires-Dist: duckdb; extra == 'examples'
|
|
78
|
-
Requires-Dist: fugue-sql-antlr>=0.2.
|
|
73
|
+
Requires-Dist: fugue-sql-antlr>=0.2.4; extra == 'examples'
|
|
79
74
|
Requires-Dist: fugue[sql]; extra == 'examples'
|
|
80
75
|
Requires-Dist: geodatasets>=2023.12.0; extra == 'examples'
|
|
81
76
|
Requires-Dist: hvsampledata>=0.1.4a2; extra == 'examples'
|
|
82
77
|
Requires-Dist: ibis-framework[duckdb]; extra == 'examples'
|
|
83
|
-
Requires-Dist: intake-parquet>=0.2.3; extra == 'examples'
|
|
84
|
-
Requires-Dist: intake-xarray<2,>=0.5.0; extra == 'examples'
|
|
85
|
-
Requires-Dist: intake<2.0.0,>=0.6.5; extra == 'examples'
|
|
86
78
|
Requires-Dist: ipywidgets; extra == 'examples'
|
|
87
79
|
Requires-Dist: jinja2; extra == 'examples'
|
|
88
80
|
Requires-Dist: matplotlib; extra == 'examples'
|
|
@@ -93,14 +85,12 @@ Requires-Dist: pillow>=8.2.0; extra == 'examples'
|
|
|
93
85
|
Requires-Dist: plotly; extra == 'examples'
|
|
94
86
|
Requires-Dist: polars; extra == 'examples'
|
|
95
87
|
Requires-Dist: pooch>=1.6.0; extra == 'examples'
|
|
96
|
-
Requires-Dist: qpd>=0.4.4; extra == 'examples'
|
|
97
88
|
Requires-Dist: s3fs>=2022.1.0; extra == 'examples'
|
|
98
89
|
Requires-Dist: scikit-image>=0.17.2; extra == 'examples'
|
|
99
90
|
Requires-Dist: scikit-learn>=1.4.0; extra == 'examples'
|
|
100
91
|
Requires-Dist: scipy>=1.5.3; extra == 'examples'
|
|
101
92
|
Requires-Dist: selenium>=3.141.0; extra == 'examples'
|
|
102
93
|
Requires-Dist: sqlglot; extra == 'examples'
|
|
103
|
-
Requires-Dist: streamz>=0.3.0; extra == 'examples'
|
|
104
94
|
Requires-Dist: xarray>=0.18.2; extra == 'examples'
|
|
105
95
|
Requires-Dist: xyzservices>=2022.9.0; extra == 'examples'
|
|
106
96
|
Provides-Extra: examples-tests
|
|
@@ -108,14 +98,11 @@ Requires-Dist: bokeh-sampledata>=2025.0; extra == 'examples-tests'
|
|
|
108
98
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == 'examples-tests'
|
|
109
99
|
Requires-Dist: datashader>=0.6.5; extra == 'examples-tests'
|
|
110
100
|
Requires-Dist: duckdb; extra == 'examples-tests'
|
|
111
|
-
Requires-Dist: fugue-sql-antlr>=0.2.
|
|
101
|
+
Requires-Dist: fugue-sql-antlr>=0.2.4; extra == 'examples-tests'
|
|
112
102
|
Requires-Dist: fugue[sql]; extra == 'examples-tests'
|
|
113
103
|
Requires-Dist: geodatasets>=2023.12.0; extra == 'examples-tests'
|
|
114
104
|
Requires-Dist: hvsampledata>=0.1.4a2; extra == 'examples-tests'
|
|
115
105
|
Requires-Dist: ibis-framework[duckdb]; extra == 'examples-tests'
|
|
116
|
-
Requires-Dist: intake-parquet>=0.2.3; extra == 'examples-tests'
|
|
117
|
-
Requires-Dist: intake-xarray<2,>=0.5.0; extra == 'examples-tests'
|
|
118
|
-
Requires-Dist: intake<2.0.0,>=0.6.5; extra == 'examples-tests'
|
|
119
106
|
Requires-Dist: ipywidgets; extra == 'examples-tests'
|
|
120
107
|
Requires-Dist: jinja2; extra == 'examples-tests'
|
|
121
108
|
Requires-Dist: matplotlib; extra == 'examples-tests'
|
|
@@ -128,20 +115,17 @@ Requires-Dist: plotly; extra == 'examples-tests'
|
|
|
128
115
|
Requires-Dist: polars; extra == 'examples-tests'
|
|
129
116
|
Requires-Dist: pooch>=1.6.0; extra == 'examples-tests'
|
|
130
117
|
Requires-Dist: pytest-xdist; extra == 'examples-tests'
|
|
131
|
-
Requires-Dist: qpd>=0.4.4; extra == 'examples-tests'
|
|
132
118
|
Requires-Dist: s3fs>=2022.1.0; extra == 'examples-tests'
|
|
133
119
|
Requires-Dist: scikit-image>=0.17.2; extra == 'examples-tests'
|
|
134
120
|
Requires-Dist: scikit-learn>=1.4.0; extra == 'examples-tests'
|
|
135
121
|
Requires-Dist: scipy>=1.5.3; extra == 'examples-tests'
|
|
136
122
|
Requires-Dist: selenium>=3.141.0; extra == 'examples-tests'
|
|
137
123
|
Requires-Dist: sqlglot; extra == 'examples-tests'
|
|
138
|
-
Requires-Dist: streamz>=0.3.0; extra == 'examples-tests'
|
|
139
124
|
Requires-Dist: xarray>=0.18.2; extra == 'examples-tests'
|
|
140
125
|
Requires-Dist: xyzservices>=2022.9.0; extra == 'examples-tests'
|
|
141
126
|
Provides-Extra: fugue-sql
|
|
142
|
-
Requires-Dist: fugue-sql-antlr>=0.2.
|
|
127
|
+
Requires-Dist: fugue-sql-antlr>=0.2.4; extra == 'fugue-sql'
|
|
143
128
|
Requires-Dist: jinja2; extra == 'fugue-sql'
|
|
144
|
-
Requires-Dist: qpd>=0.4.4; extra == 'fugue-sql'
|
|
145
129
|
Requires-Dist: sqlglot; extra == 'fugue-sql'
|
|
146
130
|
Provides-Extra: geo
|
|
147
131
|
Requires-Dist: cartopy; extra == 'geo'
|
|
@@ -169,7 +153,7 @@ Requires-Dist: cftime; extra == 'tests'
|
|
|
169
153
|
Requires-Dist: dask; extra == 'tests'
|
|
170
154
|
Requires-Dist: dask[dataframe]; extra == 'tests'
|
|
171
155
|
Requires-Dist: duckdb; extra == 'tests'
|
|
172
|
-
Requires-Dist: fugue-sql-antlr>=0.2.
|
|
156
|
+
Requires-Dist: fugue-sql-antlr>=0.2.4; extra == 'tests'
|
|
173
157
|
Requires-Dist: fugue[sql]; extra == 'tests'
|
|
174
158
|
Requires-Dist: ibis-framework[duckdb]; extra == 'tests'
|
|
175
159
|
Requires-Dist: ipywidgets; extra == 'tests'
|
|
@@ -184,7 +168,6 @@ Requires-Dist: pre-commit; extra == 'tests'
|
|
|
184
168
|
Requires-Dist: psutil; extra == 'tests'
|
|
185
169
|
Requires-Dist: pytest; extra == 'tests'
|
|
186
170
|
Requires-Dist: pytest-cov; extra == 'tests'
|
|
187
|
-
Requires-Dist: qpd>=0.4.4; extra == 'tests'
|
|
188
171
|
Requires-Dist: ruff; extra == 'tests'
|
|
189
172
|
Requires-Dist: scipy; extra == 'tests'
|
|
190
173
|
Requires-Dist: spatialpandas; extra == 'tests'
|
|
@@ -224,7 +207,7 @@ Description-Content-Type: text/markdown
|
|
|
224
207
|
| Downloads |  
|
|
225
208
|
| Build Status | [](https://github.com/holoviz/hvplot/actions?query=workflow%3Atests+branch%3Amain) |
|
|
226
209
|
| Coverage | [](https://codecov.io/gh/holoviz/hvplot) |
|
|
227
|
-
| Latest dev release | [](https://github.com/holoviz/hvplot/tags) [](https://github.com/holoviz/hvplot/tags) [](https://hvplot.holoviz.org/en/docs/dev/index.html) |
|
|
228
211
|
| Latest release | [](https://github.com/holoviz/hvplot/releases) [](https://pypi.python.org/pypi/hvplot) [](https://anaconda.org/pyviz/hvplot) [](https://anaconda.org/conda-forge/hvplot) [](https://anaconda.org/anaconda/hvplot) |
|
|
229
212
|
| Python | [](https://pypi.org/project/hvplot/) |
|
|
230
213
|
| Docs | [](https://github.com/holoviz/hvplot/tree/gh-pages) [](https://hvplot.holoviz.org) |
|
|
@@ -243,7 +226,7 @@ The API is based on the familiar Pandas `.plot` API and the innovative `.interac
|
|
|
243
226
|
|
|
244
227
|
hvPlot
|
|
245
228
|
|
|
246
|
-
- 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), [
|
|
229
|
+
- 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), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
247
230
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
248
231
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
249
232
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| Downloads |  
|
|
11
11
|
| Build Status | [](https://github.com/holoviz/hvplot/actions?query=workflow%3Atests+branch%3Amain) |
|
|
12
12
|
| Coverage | [](https://codecov.io/gh/holoviz/hvplot) |
|
|
13
|
-
| Latest dev release | [](https://github.com/holoviz/hvplot/tags) [](https://github.com/holoviz/hvplot/tags) [](https://hvplot.holoviz.org/en/docs/dev/index.html) |
|
|
14
14
|
| Latest release | [](https://github.com/holoviz/hvplot/releases) [](https://pypi.python.org/pypi/hvplot) [](https://anaconda.org/pyviz/hvplot) [](https://anaconda.org/conda-forge/hvplot) [](https://anaconda.org/anaconda/hvplot) |
|
|
15
15
|
| Python | [](https://pypi.org/project/hvplot/) |
|
|
16
16
|
| Docs | [](https://github.com/holoviz/hvplot/tree/gh-pages) [](https://hvplot.holoviz.org) |
|
|
@@ -29,7 +29,7 @@ The API is based on the familiar Pandas `.plot` API and the innovative `.interac
|
|
|
29
29
|
|
|
30
30
|
hvPlot
|
|
31
31
|
|
|
32
|
-
- 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), [
|
|
32
|
+
- 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), [GeoPandas](http://geopandas.org) and [NetworkX](https://networkx.github.io/documentation/stable/).
|
|
33
33
|
- supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
|
|
34
34
|
- exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
|
|
35
35
|
|
|
Binary file
|
|
Binary file
|
|
@@ -290,6 +290,7 @@ intersphinx_mapping = {
|
|
|
290
290
|
'numpy': ('https://numpy.org/doc/stable/', None),
|
|
291
291
|
'xarray': ('https://docs.xarray.dev/en/stable/', None),
|
|
292
292
|
'pyproj': ('https://pyproj4.github.io/pyproj/stable/', None),
|
|
293
|
+
'python': ('https://docs.python.org/3', None),
|
|
293
294
|
}
|
|
294
295
|
|
|
295
296
|
# To avoid this warning
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import os
|
|
2
|
-
import sys
|
|
3
2
|
|
|
4
3
|
from importlib.util import find_spec
|
|
5
4
|
|
|
@@ -16,6 +15,7 @@ SLOW_EXAMPLES = [
|
|
|
16
15
|
|
|
17
16
|
collect_ignore_glob = [
|
|
18
17
|
'user_guide/Streaming.ipynb',
|
|
18
|
+
'ref/plotting_options/streaming.ipynb',
|
|
19
19
|
]
|
|
20
20
|
|
|
21
21
|
# Slow examples are excluded by default.
|
|
@@ -52,11 +52,6 @@ if not find_spec('datashader'):
|
|
|
52
52
|
'user_guide/Plotting_with_Plotly.ipynb',
|
|
53
53
|
]
|
|
54
54
|
|
|
55
|
-
if not find_spec('streamz') or sys.version_info[:2] >= (3, 14):
|
|
56
|
-
collect_ignore_glob += [
|
|
57
|
-
'ref/plotting_options/streaming.ipynb',
|
|
58
|
-
]
|
|
59
|
-
|
|
60
55
|
if _PD_GE_3_0_0:
|
|
61
56
|
# Because of fugue
|
|
62
57
|
collect_ignore_glob += ['ref/data_libraries.ipynb']
|
|
@@ -135,8 +135,17 @@ import duckdb
|
|
|
135
135
|
import hvplot.duckdb
|
|
136
136
|
from bokeh.sampledata.autompg import autompg_clean as df
|
|
137
137
|
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
con = duckdb.connect(':memory:')
|
|
139
|
+
con.register('autompg', df)
|
|
140
|
+
|
|
141
|
+
query = """
|
|
142
|
+
SELECT origin, mfr, AVG(mpg) as mpg
|
|
143
|
+
FROM autompg
|
|
144
|
+
GROUP BY origin, mfr
|
|
145
|
+
ORDER BY mpg DESC
|
|
146
|
+
LIMIT 5
|
|
147
|
+
"""
|
|
148
|
+
table = con.query(query).sort("mpg")
|
|
140
149
|
table.hvplot.barh('mfr', 'mpg', by='origin', stacked=True)
|
|
141
150
|
```
|
|
142
151
|
```{image} ./_static/home/pandas.gif
|
|
@@ -147,20 +156,6 @@ align: center
|
|
|
147
156
|
```
|
|
148
157
|
|
|
149
158
|
:::
|
|
150
|
-
:::{tab-item} Intake
|
|
151
|
-
```python
|
|
152
|
-
import hvplot.intake
|
|
153
|
-
from hvplot.sample_data import catalogue as cat
|
|
154
|
-
|
|
155
|
-
cat.us_crime.hvplot.line(x='Year', y='Violent Crime rate')
|
|
156
|
-
```
|
|
157
|
-
```{image} ./_static/home/intake.gif
|
|
158
|
-
---
|
|
159
|
-
alt: Works with Intake
|
|
160
|
-
align: center
|
|
161
|
-
---
|
|
162
|
-
:::
|
|
163
|
-
|
|
164
159
|
:::{tab-item} NetworkX
|
|
165
160
|
```python
|
|
166
161
|
import hvplot.networkx as hvnx
|
|
@@ -176,21 +171,6 @@ align: center
|
|
|
176
171
|
---
|
|
177
172
|
:::
|
|
178
173
|
|
|
179
|
-
:::{tab-item} Streamz
|
|
180
|
-
```python
|
|
181
|
-
import hvplot.streamz
|
|
182
|
-
from streamz.dataframe import Random
|
|
183
|
-
|
|
184
|
-
df_streamz = Random(interval='200ms', freq='50ms')
|
|
185
|
-
df_streamz.hvplot()
|
|
186
|
-
```
|
|
187
|
-
```{image} ./assets/streamz_demo.gif
|
|
188
|
-
---
|
|
189
|
-
alt: Works with Streamz
|
|
190
|
-
align: center
|
|
191
|
-
---
|
|
192
|
-
:::
|
|
193
|
-
|
|
194
174
|
::::
|
|
195
175
|
|
|
196
176
|
`.hvplot()` can generate plots with [Bokeh](https://bokeh.org/) (default), [Matplotlib](https://matplotlib.org/) or [Plotly](https://plotly.com/).
|
|
@@ -254,13 +234,14 @@ align: center
|
|
|
254
234
|
:::{tab-item} Layout
|
|
255
235
|
```python
|
|
256
236
|
import hvplot.pandas
|
|
257
|
-
from hvplot.
|
|
237
|
+
from hvplot.sampledata import stocks
|
|
258
238
|
|
|
259
|
-
|
|
260
|
-
|
|
239
|
+
df = stocks('pandas')
|
|
240
|
+
plot1 = df.hvplot(x='date', y='Apple', width=400)
|
|
241
|
+
plot2 = df.hvplot(x='date', y='Google', width=400)
|
|
261
242
|
plot1 + plot2
|
|
262
243
|
```
|
|
263
|
-
```{image} ./_static/home/layout.
|
|
244
|
+
```{image} ./_static/home/layout.png
|
|
264
245
|
---
|
|
265
246
|
alt: laying out plots
|
|
266
247
|
align: center
|
|
@@ -303,10 +284,10 @@ align: center
|
|
|
303
284
|
:::{tab-item} Large Data
|
|
304
285
|
```python
|
|
305
286
|
import hvplot.pandas
|
|
306
|
-
from hvplot.
|
|
287
|
+
from hvplot.sampledata import synthetic_clusters
|
|
307
288
|
|
|
308
|
-
df =
|
|
309
|
-
df.hvplot.
|
|
289
|
+
df = synthetic_clusters('pandas')
|
|
290
|
+
df.hvplot.points(datashade=True, by='cat', width=500)
|
|
310
291
|
```
|
|
311
292
|
```{image} ./_static/home/large_data.gif
|
|
312
293
|
---
|
|
@@ -36,7 +36,7 @@ df.hvplot(kind='scatter')
|
|
|
36
36
|
|
|
37
37
|
Under the hood, these special imports like `import hvplot.pandas` register an accessor that returns an instance of an `hvPlotBase` class. Tabular-like data sources rely on the `hvPlotTabular` class and gridded-like sources on `hvPlot` (subclass of `hvPlotTabular` extended with methods like {meth}`image <hvplot.hvPlot.image>`):
|
|
38
38
|
|
|
39
|
-
- `hvPlotTabular`: cuDF, Dask, Fugue, Ibis, Pandas
|
|
39
|
+
- `hvPlotTabular`: cuDF, Dask, Fugue, Ibis, Pandas
|
|
40
40
|
- `hvPlotTabularDuckDB`: DuckDB
|
|
41
41
|
- `hvPlotTabularPolars`: Polars
|
|
42
42
|
- `hvPlot`: Xarray
|
|
@@ -42,20 +42,21 @@
|
|
|
42
42
|
"id": "5f0d3dcc",
|
|
43
43
|
"metadata": {},
|
|
44
44
|
"source": [
|
|
45
|
-
"| Source | Module | Type
|
|
46
|
-
"| --------------------------------- | ---------------- |
|
|
47
|
-
"| [Pandas](#libraries-pandas) | `hvplot.pandas` | Tabular
|
|
48
|
-
"| [Dask](#libraries-dask) | `hvplot.dask` | Tabular
|
|
49
|
-
"| [Geopandas](#libraries-geopandas) | `hvplot.pandas` | Tabular
|
|
50
|
-
"| [Ibis](#libraries-ibis) | `hvplot.ibis` | Tabular
|
|
51
|
-
"| [Polars](#libraries-polars) | `hvplot.polars` | Tabular
|
|
52
|
-
"| [DuckDB](#libraries-duckdb) | `hvplot.duckdb` | Tabular
|
|
53
|
-
"| [RAPIDS cuDF](#libraries-cudf) | `hvplot.cudf` | Tabular
|
|
54
|
-
"| [Fugue](#libraries-fugue) | `hvplot.fugue` | Tabular
|
|
45
|
+
"| Source | Module | Type | HoloViews interface | Comment |\n",
|
|
46
|
+
"| --------------------------------- | ---------------- | ---------------- | ------------------- | ----------------------------- |\n",
|
|
47
|
+
"| [Pandas](#libraries-pandas) | `hvplot.pandas` | Tabular | ✅ | |\n",
|
|
48
|
+
"| [Dask](#libraries-dask) | `hvplot.dask` | Tabular | ✅ | |\n",
|
|
49
|
+
"| [Geopandas](#libraries-geopandas) | `hvplot.pandas` | Tabular | ✅ | |\n",
|
|
50
|
+
"| [Ibis](#libraries-ibis) | `hvplot.ibis` | Tabular | ✅ | |\n",
|
|
51
|
+
"| [Polars](#libraries-polars) | `hvplot.polars` | Tabular | ❌ | To Pandas |\n",
|
|
52
|
+
"| [DuckDB](#libraries-duckdb) | `hvplot.duckdb` | Tabular | ❌ | To Pandas |\n",
|
|
53
|
+
"| [RAPIDS cuDF](#libraries-cudf) | `hvplot.cudf` | Tabular | ✅ | GPU |\n",
|
|
54
|
+
"| [Fugue](#libraries-fugue) | `hvplot.fugue` | Tabular | ❌ | Experimental |\n",
|
|
55
55
|
"| [Xarray](#libraries-xarray) | `hvplot.xarray` | Multidimensional | ✅ | |\n",
|
|
56
|
-
"| [
|
|
57
|
-
"| [
|
|
58
|
-
"| [
|
|
56
|
+
"| [Xugrid](#libraries-xugrid) | `hvplot.xugrid` | Multidimensional | ❌ | Experimental, only trimesh |\n",
|
|
57
|
+
"| [Intake](#libraries-intake) | `hvplot.intake` | Catalog | ❌ | **Deprecated** |\n",
|
|
58
|
+
"| [Streamz](#libraries-streamz) | `hvplot.streamz` | Streaming | ❌ since 1.3.0 | **Deprecated** |\n",
|
|
59
|
+
"| [NetworkX](#libraries-networkx) | - | Graph | - | [Different API](api-networkx) |\n"
|
|
59
60
|
]
|
|
60
61
|
},
|
|
61
62
|
{
|
|
@@ -591,6 +592,35 @@
|
|
|
591
592
|
"ds['A'].hvplot.image(height=150)"
|
|
592
593
|
]
|
|
593
594
|
},
|
|
595
|
+
{
|
|
596
|
+
"cell_type": "markdown",
|
|
597
|
+
"id": "473518d4-01ac-4de6-808f-4d95be9e99af",
|
|
598
|
+
"metadata": {},
|
|
599
|
+
"source": [
|
|
600
|
+
"(libraries-xugrid)=\n",
|
|
601
|
+
"### Xugrid\n",
|
|
602
|
+
"\n",
|
|
603
|
+
"`.hvplot()` supports [Xugrid](https://deltares.github.io/xugrid/) `UgridDataset` and `UgridDataArray` labelled multidimensional objects that represent unstructured grids. Only the `trimesh` method is supported."
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"cell_type": "code",
|
|
608
|
+
"execution_count": null,
|
|
609
|
+
"id": "a03b3b58-3955-417e-9b6a-24166d04aba8",
|
|
610
|
+
"metadata": {},
|
|
611
|
+
"outputs": [],
|
|
612
|
+
"source": [
|
|
613
|
+
"import hvplot.xugrid # noqa\n",
|
|
614
|
+
"import xugrid as xu\n",
|
|
615
|
+
"\n",
|
|
616
|
+
"grid = xu.data.disk()\n",
|
|
617
|
+
"grid.hvplot.trimesh(\n",
|
|
618
|
+
" z='node_z', colorbar=True, cmap='viridis',\n",
|
|
619
|
+
" node_color='node_z', edge_color='node_z', filled=True,\n",
|
|
620
|
+
" aspect=1, frame_height=200\n",
|
|
621
|
+
")"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
594
624
|
{
|
|
595
625
|
"cell_type": "markdown",
|
|
596
626
|
"id": "2530f2da-2287-43d7-998d-bfb3eeb64d80",
|
|
@@ -605,7 +635,12 @@
|
|
|
605
635
|
"metadata": {},
|
|
606
636
|
"source": [
|
|
607
637
|
"(libraries-intake)=\n",
|
|
608
|
-
"### Intake"
|
|
638
|
+
"### Intake\n",
|
|
639
|
+
"\n",
|
|
640
|
+
":::{warning}\n",
|
|
641
|
+
"\n",
|
|
642
|
+
"Intake support has been deprecated in version 1.3.0 and will be removed in a future version.\n",
|
|
643
|
+
":::"
|
|
609
644
|
]
|
|
610
645
|
},
|
|
611
646
|
{
|
|
@@ -630,7 +665,12 @@
|
|
|
630
665
|
"metadata": {},
|
|
631
666
|
"source": [
|
|
632
667
|
"(libraries-streamz)=\n",
|
|
633
|
-
"### Streamz"
|
|
668
|
+
"### Streamz\n",
|
|
669
|
+
"\n",
|
|
670
|
+
":::{warning}\n",
|
|
671
|
+
"\n",
|
|
672
|
+
"Streamz support has been deprecated in version 1.3.0 and will be removed in a future version (HoloViews removed support in version 1.23.0).\n",
|
|
673
|
+
":::"
|
|
634
674
|
]
|
|
635
675
|
},
|
|
636
676
|
{
|
|
@@ -4,6 +4,9 @@ List of currently deprecated APIs:
|
|
|
4
4
|
|
|
5
5
|
| Warning | Description |
|
|
6
6
|
|-|-|
|
|
7
|
+
| `FutureWarning` since `0.13.0` | support for the Intake data source and intake util functions. |
|
|
8
|
+
| `FutureWarning` since `0.13.0` | `sample_data` module that required the `intake` package, use `sampledata` instead that requires `hvsampledata`. |
|
|
9
|
+
| `FutureWarning` since `0.13.0` | support for the Streamz data source. |
|
|
7
10
|
| `DeprecationWarning` since `0.12.0` | `hover_formatters` argument, use `hover_tooltips` instead. |
|
|
8
11
|
| `FutureWarning` since `0.12.0` | Passing DuckDB objects to `hvplot.plotting.plot`, use `import hvplot.duckdb` instead. |
|
|
9
12
|
| `FutureWarning` since `0.12.0` | `debug` argument |
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"source": [
|
|
8
8
|
"# Streaming Options\n",
|
|
9
9
|
"\n",
|
|
10
|
+
":::{warning}\n",
|
|
11
|
+
"Streamz support has been deprecated and will be removed in a future version (HoloViews removed support in version 1.23.0).\n",
|
|
12
|
+
":::\n",
|
|
13
|
+
"\n",
|
|
10
14
|
":::{note}\n",
|
|
11
15
|
"All the examples below require a live python process to experience the full interactivity of the plots.\n",
|
|
12
16
|
":::\n",
|
|
@@ -29,40 +33,6 @@
|
|
|
29
33
|
"The `backlog` option allows to define the maximum number of rows to keep in the stream buffer when using a streaming data source. Default is `1000`. The object returned when `stream` is set is a HoloViews [`DynamicMap`](inv:holoviews#reference/containers/bokeh/DynamicMap)."
|
|
30
34
|
]
|
|
31
35
|
},
|
|
32
|
-
{
|
|
33
|
-
"cell_type": "code",
|
|
34
|
-
"execution_count": null,
|
|
35
|
-
"id": "7b386801-a5f3-4f24-90ad-8bac0722a69c",
|
|
36
|
-
"metadata": {},
|
|
37
|
-
"outputs": [],
|
|
38
|
-
"source": [
|
|
39
|
-
"import hvplot.streamz # noqa\n",
|
|
40
|
-
"from streamz.dataframe import Random\n",
|
|
41
|
-
"\n",
|
|
42
|
-
"df = Random(interval='200ms', freq='50ms')\n",
|
|
43
|
-
"df.hvplot.table(width=400, backlog=5)"
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"cell_type": "markdown",
|
|
48
|
-
"id": "b399fc32-78e4-4571-ac50-3b16d456e77a",
|
|
49
|
-
"metadata": {},
|
|
50
|
-
"source": [
|
|
51
|
-
"When running these two cells in a notebook one after the other, the data in the table above will be updated every 200ms for 2 seconds."
|
|
52
|
-
]
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"cell_type": "code",
|
|
56
|
-
"execution_count": null,
|
|
57
|
-
"id": "cb6df3b5-0020-4195-85d0-62ad85fcbc6d",
|
|
58
|
-
"metadata": {},
|
|
59
|
-
"outputs": [],
|
|
60
|
-
"source": [
|
|
61
|
-
"import asyncio\n",
|
|
62
|
-
"await asyncio.sleep(2)\n",
|
|
63
|
-
"df.stop()"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
36
|
{
|
|
67
37
|
"cell_type": "markdown",
|
|
68
38
|
"id": "36176689-9ee3-4c70-ae5d-8504277c27aa",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"To run the guides in this site locally, create an environment with the required dependencies:\n",
|
|
67
67
|
"\n",
|
|
68
68
|
"```bash\n",
|
|
69
|
-
"conda create -n hvplot-env -c conda-forge --override-channels hvplot geoviews datashader xarray pandas geopandas dask streamz networkx
|
|
70
|
-
"
|
|
69
|
+
"conda create -n hvplot-env -c conda-forge --override-channels hvplot geoviews datashader xarray pandas geopandas dask streamz networkx scipy spatialpandas pooch rasterio fiona plotly matplotlib hvsampledata jupyterlab\n",
|
|
70
|
+
"```\n"
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"* [Dask](https://www.dask.org): DataFrame, Series (distributed/out of core arrays and columnar data)\n",
|
|
21
21
|
"* [XArray](https://xarray.pydata.org): Dataset, DataArray (labelled multidimensional arrays)\n",
|
|
22
22
|
"* [Streamz](https://streamz.readthedocs.io): DataFrame(s), Series(s) (streaming columnar data)\n",
|
|
23
|
-
"* [Intake](https://github.com/ContinuumIO/intake): DataSource (data catalogues)\n",
|
|
24
23
|
"* [GeoPandas](https://geopandas.org): GeoDataFrame (geometry data)\n",
|
|
25
24
|
"* [NetworkX](https://networkx.github.io/documentation/stable/): Graph (network graphs)\n",
|
|
26
25
|
"\n",
|
|
@@ -119,7 +118,7 @@
|
|
|
119
118
|
"cell_type": "markdown",
|
|
120
119
|
"metadata": {},
|
|
121
120
|
"source": [
|
|
122
|
-
"This interactive plot makes it much easier to explore the properties of the data, without having to write code to select ranges, columns, or data values manually.
|
|
121
|
+
"This interactive plot makes it much easier to explore the properties of the data, without having to write code to select ranges, columns, or data values manually."
|
|
123
122
|
]
|
|
124
123
|
},
|
|
125
124
|
{
|