hvplot 0.9.0a2__tar.gz → 0.9.1__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.
Files changed (208) hide show
  1. {hvplot-0.9.0a2/hvplot.egg-info → hvplot-0.9.1}/PKG-INFO +202 -9
  2. {hvplot-0.9.0a2 → hvplot-0.9.1}/README.md +6 -4
  3. hvplot-0.9.1/examples/conftest.py +1 -0
  4. hvplot-0.9.1/examples/getting_started/explorer.ipynb +139 -0
  5. hvplot-0.9.1/examples/getting_started/hvplot.ipynb +424 -0
  6. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/reference/pandas/errorbars.ipynb +1 -1
  7. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/reference/pandas/hist.ipynb +1 -1
  8. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/kde.ipynb +1 -1
  9. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/reference/pandas/labels.ipynb +17 -0
  10. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/reference/pandas/line.ipynb +1 -1
  11. hvplot-0.9.1/examples/reference/xarray/bar.ipynb +76 -0
  12. hvplot-0.9.1/examples/reference/xarray/hist.ipynb +66 -0
  13. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/image.ipynb +1 -1
  14. hvplot-0.9.1/examples/reference/xarray/kde.ipynb +53 -0
  15. hvplot-0.9.1/examples/reference/xarray/line.ipynb +66 -0
  16. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/vectorfield.ipynb +18 -2
  17. hvplot-0.9.1/examples/reference/xarray/violin.ipynb +53 -0
  18. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/user_guide/Customization.ipynb +1 -1
  19. hvplot-0.9.1/examples/user_guide/Explorer.ipynb +331 -0
  20. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Geographic_Data.ipynb +3 -3
  21. hvplot-0.9.1/examples/user_guide/Integrations.ipynb +581 -0
  22. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Interactive.ipynb +1 -1
  23. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/user_guide/Introduction.ipynb +1 -0
  24. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Pandas_API.ipynb +2 -2
  25. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/user_guide/Plotting.ipynb +3 -3
  26. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/user_guide/Plotting_with_Matplotlib.ipynb +8 -8
  27. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Plotting_with_Plotly.ipynb +3 -3
  28. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Timeseries_Data.ipynb +9 -2
  29. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Viewing.ipynb +1 -1
  30. {hvplot-0.9.0a2/hvplot → hvplot-0.9.1}/examples/user_guide/Widgets.ipynb +2 -2
  31. hvplot-0.9.1/hvplot/.version +1 -0
  32. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/__init__.py +1 -1
  33. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/converter.py +117 -56
  34. hvplot-0.9.1/hvplot/examples/conftest.py +1 -0
  35. hvplot-0.9.1/hvplot/examples/getting_started/explorer.ipynb +139 -0
  36. hvplot-0.9.1/hvplot/examples/getting_started/hvplot.ipynb +424 -0
  37. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/reference/pandas/errorbars.ipynb +1 -1
  38. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/reference/pandas/hist.ipynb +1 -1
  39. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/kde.ipynb +1 -1
  40. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/reference/pandas/labels.ipynb +17 -0
  41. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/reference/pandas/line.ipynb +1 -1
  42. hvplot-0.9.1/hvplot/examples/reference/xarray/bar.ipynb +76 -0
  43. hvplot-0.9.1/hvplot/examples/reference/xarray/hist.ipynb +66 -0
  44. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/image.ipynb +1 -1
  45. hvplot-0.9.1/hvplot/examples/reference/xarray/kde.ipynb +53 -0
  46. hvplot-0.9.1/hvplot/examples/reference/xarray/line.ipynb +66 -0
  47. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/vectorfield.ipynb +18 -2
  48. hvplot-0.9.1/hvplot/examples/reference/xarray/violin.ipynb +53 -0
  49. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/user_guide/Customization.ipynb +1 -1
  50. hvplot-0.9.1/hvplot/examples/user_guide/Explorer.ipynb +331 -0
  51. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Geographic_Data.ipynb +3 -3
  52. hvplot-0.9.1/hvplot/examples/user_guide/Integrations.ipynb +581 -0
  53. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Interactive.ipynb +1 -1
  54. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/user_guide/Introduction.ipynb +1 -0
  55. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Pandas_API.ipynb +2 -2
  56. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/user_guide/Plotting.ipynb +3 -3
  57. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/user_guide/Plotting_with_Matplotlib.ipynb +8 -8
  58. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Plotting_with_Plotly.ipynb +3 -3
  59. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Timeseries_Data.ipynb +9 -2
  60. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Viewing.ipynb +1 -1
  61. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot}/examples/user_guide/Widgets.ipynb +2 -2
  62. hvplot-0.9.1/hvplot/fugue.py +62 -0
  63. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/ibis.py +4 -0
  64. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/interactive.py +4 -4
  65. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/networkx.py +1 -2
  66. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/__init__.py +4 -1
  67. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/core.py +103 -13
  68. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/scatter_matrix.py +1 -1
  69. hvplot-0.9.1/hvplot/polars.py +20 -0
  70. hvplot-0.9.1/hvplot/tests/conftest.py +37 -0
  71. hvplot-0.9.1/hvplot/tests/plotting/testcore.py +89 -0
  72. hvplot-0.9.1/hvplot/tests/plotting/testohlc.py +31 -0
  73. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testcharts.py +20 -0
  74. hvplot-0.9.1/hvplot/tests/testfugue.py +46 -0
  75. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testgeo.py +124 -8
  76. hvplot-0.9.1/hvplot/tests/testgeowithoutgv.py +50 -0
  77. hvplot-0.9.1/hvplot/tests/testibis.py +17 -0
  78. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testinteractive.py +6 -3
  79. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testoperations.py +85 -2
  80. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testpatch.py +25 -0
  81. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testplotting.py +13 -3
  82. hvplot-0.9.1/hvplot/tests/testui.py +392 -0
  83. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testutil.py +63 -25
  84. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/ui.py +359 -114
  85. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/util.py +67 -33
  86. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/utilities.py +9 -6
  87. {hvplot-0.9.0a2 → hvplot-0.9.1/hvplot.egg-info}/PKG-INFO +202 -9
  88. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot.egg-info/SOURCES.txt +20 -0
  89. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot.egg-info/requires.txt +35 -3
  90. hvplot-0.9.1/pyproject.toml +32 -0
  91. {hvplot-0.9.0a2 → hvplot-0.9.1}/setup.cfg +1 -0
  92. {hvplot-0.9.0a2 → hvplot-0.9.1}/setup.py +19 -5
  93. hvplot-0.9.0a2/examples/getting_started/explorer.ipynb +0 -75
  94. hvplot-0.9.0a2/examples/getting_started/hvplot.ipynb +0 -293
  95. hvplot-0.9.0a2/examples/user_guide/Explorer.ipynb +0 -172
  96. hvplot-0.9.0a2/hvplot/.version +0 -1
  97. hvplot-0.9.0a2/hvplot/examples/getting_started/explorer.ipynb +0 -75
  98. hvplot-0.9.0a2/hvplot/examples/getting_started/hvplot.ipynb +0 -293
  99. hvplot-0.9.0a2/hvplot/examples/user_guide/Explorer.ipynb +0 -172
  100. hvplot-0.9.0a2/hvplot/tests/plotting/testcore.py +0 -21
  101. hvplot-0.9.0a2/hvplot/tests/testibis.py +0 -22
  102. hvplot-0.9.0a2/hvplot/tests/testui.py +0 -105
  103. hvplot-0.9.0a2/pyproject.toml +0 -6
  104. {hvplot-0.9.0a2 → hvplot-0.9.1}/LICENSE +0 -0
  105. {hvplot-0.9.0a2 → hvplot-0.9.1}/MANIFEST.in +0 -0
  106. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/console.png +0 -0
  107. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/console_server.gif +0 -0
  108. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/diagram.png +0 -0
  109. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/diagram.svg +0 -0
  110. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/hvplot-wm.png +0 -0
  111. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/assets/streamz_demo.gif +0 -0
  112. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/data/crime.csv +0 -0
  113. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/datasets.yaml +0 -0
  114. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/getting_started/interactive.ipynb +0 -0
  115. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/geopandas/points.ipynb +0 -0
  116. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/geopandas/polygons.ipynb +0 -0
  117. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/andrewscurves.ipynb +0 -0
  118. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/area.ipynb +0 -0
  119. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/bar.ipynb +0 -0
  120. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/barh.ipynb +0 -0
  121. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/bivariate.ipynb +0 -0
  122. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/box.ipynb +0 -0
  123. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/heatmap.ipynb +0 -0
  124. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/hexbin.ipynb +0 -0
  125. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/lagplot.ipynb +0 -0
  126. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/ohlc.ipynb +0 -0
  127. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/parallelcoordinates.ipynb +0 -0
  128. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/scatter.ipynb +0 -0
  129. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/scattermatrix.ipynb +0 -0
  130. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/step.ipynb +0 -0
  131. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/table.ipynb +0 -0
  132. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/pandas/violin.ipynb +0 -0
  133. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/contour.ipynb +0 -0
  134. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/contourf.ipynb +0 -0
  135. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/quadmesh.ipynb +0 -0
  136. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/reference/xarray/rgb.ipynb +0 -0
  137. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Gridded_Data.ipynb +0 -0
  138. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/NetworkX.ipynb +0 -0
  139. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Plotting_Extensions.ipynb +0 -0
  140. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Statistical_Plots.ipynb +0 -0
  141. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Streaming.ipynb +0 -0
  142. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/Subplots.ipynb +0 -0
  143. {hvplot-0.9.0a2 → hvplot-0.9.1}/examples/user_guide/images/simple.svg +0 -0
  144. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/backend_transforms.py +0 -0
  145. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/cudf.py +0 -0
  146. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/dask.py +0 -0
  147. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/console.png +0 -0
  148. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/console_server.gif +0 -0
  149. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/diagram.png +0 -0
  150. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/diagram.svg +0 -0
  151. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/hvplot-wm.png +0 -0
  152. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/assets/streamz_demo.gif +0 -0
  153. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/data/crime.csv +0 -0
  154. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/datasets.yaml +0 -0
  155. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/getting_started/interactive.ipynb +0 -0
  156. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/geopandas/points.ipynb +0 -0
  157. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/geopandas/polygons.ipynb +0 -0
  158. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/andrewscurves.ipynb +0 -0
  159. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/area.ipynb +0 -0
  160. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/bar.ipynb +0 -0
  161. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/barh.ipynb +0 -0
  162. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/bivariate.ipynb +0 -0
  163. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/box.ipynb +0 -0
  164. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/heatmap.ipynb +0 -0
  165. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/hexbin.ipynb +0 -0
  166. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/lagplot.ipynb +0 -0
  167. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/ohlc.ipynb +0 -0
  168. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/parallelcoordinates.ipynb +0 -0
  169. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/scatter.ipynb +0 -0
  170. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/scattermatrix.ipynb +0 -0
  171. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/step.ipynb +0 -0
  172. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/table.ipynb +0 -0
  173. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/pandas/violin.ipynb +0 -0
  174. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/contour.ipynb +0 -0
  175. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/contourf.ipynb +0 -0
  176. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/quadmesh.ipynb +0 -0
  177. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/reference/xarray/rgb.ipynb +0 -0
  178. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Gridded_Data.ipynb +0 -0
  179. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/NetworkX.ipynb +0 -0
  180. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Plotting_Extensions.ipynb +0 -0
  181. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Statistical_Plots.ipynb +0 -0
  182. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Streaming.ipynb +0 -0
  183. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/Subplots.ipynb +0 -0
  184. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/examples/user_guide/images/simple.svg +0 -0
  185. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/intake.py +0 -0
  186. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/pandas.py +0 -0
  187. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/andrews_curves.py +0 -0
  188. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/lag_plot.py +0 -0
  189. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/plotting/parallel_coordinates.py +0 -0
  190. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/sample_data.py +0 -0
  191. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/streamz.py +0 -0
  192. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/__init__.py +0 -0
  193. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/plotting/__init__.py +0 -0
  194. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/plotting/testscattermatrix.py +0 -0
  195. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/test_links.py +0 -0
  196. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testbackend_transforms.py +0 -0
  197. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testgridplots.py +0 -0
  198. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testhelp.py +0 -0
  199. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testnetworkx.py +0 -0
  200. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testoptions.py +0 -0
  201. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testoverrides.py +0 -0
  202. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testpanel.py +0 -0
  203. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/teststreaming.py +0 -0
  204. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/tests/testtransforms.py +0 -0
  205. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot/xarray.py +0 -0
  206. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot.egg-info/dependency_links.txt +0 -0
  207. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot.egg-info/entry_points.txt +0 -0
  208. {hvplot-0.9.0a2 → hvplot-0.9.1}/hvplot.egg-info/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hvplot
3
- Version: 0.9.0a2
3
+ Version: 0.9.1
4
4
  Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
5
- Home-page: https://hvplot.pyviz.org
5
+ Home-page: https://hvplot.holoviz.org
6
6
  Author: Philipp Rudiger
7
7
  Author-email: developers@pyviz.org
8
8
  Maintainer: HoloViz developers
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.8
17
17
  Classifier: Programming Language :: Python :: 3.9
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
20
21
  Classifier: Operating System :: OS Independent
21
22
  Classifier: Intended Audience :: Science/Research
22
23
  Classifier: Intended Audience :: Developers
@@ -25,14 +26,204 @@ Classifier: Topic :: Scientific/Engineering
25
26
  Classifier: Topic :: Software Development :: Libraries
26
27
  Requires-Python: >=3.8
27
28
  Description-Content-Type: text/markdown
28
- Provides-Extra: tests_nb
29
+ License-File: LICENSE
30
+ Requires-Dist: bokeh>=1.0.0
31
+ Requires-Dist: colorcet>=2
32
+ Requires-Dist: holoviews>=1.11.0
33
+ Requires-Dist: pandas
34
+ Requires-Dist: numpy>=1.15
35
+ Requires-Dist: packaging
36
+ Requires-Dist: panel>=0.11.0
37
+ Requires-Dist: param<3.0,>=1.12.0
38
+ Provides-Extra: tests-nb
39
+ Requires-Dist: pytest-xdist; extra == "tests-nb"
40
+ Requires-Dist: nbval; extra == "tests-nb"
41
+ Provides-Extra: tests-core
42
+ Requires-Dist: codecov; extra == "tests-core"
43
+ Requires-Dist: flake8; extra == "tests-core"
44
+ Requires-Dist: pre-commit; extra == "tests-core"
45
+ Requires-Dist: parameterized; extra == "tests-core"
46
+ Requires-Dist: pytest; extra == "tests-core"
47
+ Requires-Dist: pytest-cov; extra == "tests-core"
48
+ Requires-Dist: matplotlib; extra == "tests-core"
49
+ Requires-Dist: plotly; extra == "tests-core"
50
+ Requires-Dist: xarray; extra == "tests-core"
51
+ Requires-Dist: pooch; extra == "tests-core"
52
+ Requires-Dist: scipy; extra == "tests-core"
53
+ Requires-Dist: ipywidgets; extra == "tests-core"
54
+ Requires-Dist: dask; extra == "tests-core"
29
55
  Provides-Extra: tests
56
+ Requires-Dist: codecov; extra == "tests"
57
+ Requires-Dist: flake8; extra == "tests"
58
+ Requires-Dist: pre-commit; extra == "tests"
59
+ Requires-Dist: parameterized; extra == "tests"
60
+ Requires-Dist: pytest; extra == "tests"
61
+ Requires-Dist: pytest-cov; extra == "tests"
62
+ Requires-Dist: matplotlib; extra == "tests"
63
+ Requires-Dist: plotly; extra == "tests"
64
+ Requires-Dist: xarray; extra == "tests"
65
+ Requires-Dist: pooch; extra == "tests"
66
+ Requires-Dist: scipy; extra == "tests"
67
+ Requires-Dist: ipywidgets; extra == "tests"
68
+ Requires-Dist: dask; extra == "tests"
69
+ Requires-Dist: polars; extra == "tests"
70
+ Requires-Dist: fugue; extra == "tests"
71
+ Requires-Dist: ibis-framework; extra == "tests"
30
72
  Provides-Extra: examples
31
- Provides-Extra: examples_tests
73
+ Requires-Dist: geoviews>=1.9.0; extra == "examples"
74
+ Requires-Dist: geopandas; extra == "examples"
75
+ Requires-Dist: xarray>=0.18.2; extra == "examples"
76
+ Requires-Dist: networkx>=2.6.3; extra == "examples"
77
+ Requires-Dist: streamz>=0.3.0; extra == "examples"
78
+ Requires-Dist: intake>=0.6.5; extra == "examples"
79
+ Requires-Dist: intake-parquet>=0.2.3; extra == "examples"
80
+ Requires-Dist: intake-xarray>=0.5.0; extra == "examples"
81
+ Requires-Dist: dask>=2021.3.0; extra == "examples"
82
+ Requires-Dist: notebook>=5.4; extra == "examples"
83
+ Requires-Dist: rasterio; extra == "examples"
84
+ Requires-Dist: cartopy; extra == "examples"
85
+ Requires-Dist: pyproj; extra == "examples"
86
+ Requires-Dist: s3fs>=2022.1.0; extra == "examples"
87
+ Requires-Dist: scipy>=1.5.3; extra == "examples"
88
+ Requires-Dist: pillow>=8.2.0; extra == "examples"
89
+ Requires-Dist: selenium>=3.141.0; extra == "examples"
90
+ Requires-Dist: scikit-image>=0.17.2; extra == "examples"
91
+ Requires-Dist: python-snappy>=0.6.0; extra == "examples"
92
+ Requires-Dist: pooch>=1.6.0; extra == "examples"
93
+ Requires-Dist: fiona; extra == "examples"
94
+ Requires-Dist: rioxarray; extra == "examples"
95
+ Requires-Dist: matplotlib; extra == "examples"
96
+ Requires-Dist: plotly; extra == "examples"
97
+ Requires-Dist: pygraphviz; extra == "examples"
98
+ Requires-Dist: ipywidgets; extra == "examples"
99
+ Requires-Dist: numba>=0.51.0; extra == "examples"
100
+ Requires-Dist: datashader>=0.6.5; extra == "examples"
101
+ Requires-Dist: spatialpandas>=0.4.3; extra == "examples"
102
+ Requires-Dist: polars; extra == "examples"
103
+ Requires-Dist: fugue; extra == "examples"
104
+ Requires-Dist: ibis-framework; extra == "examples"
105
+ Provides-Extra: examples-tests
106
+ Requires-Dist: geoviews>=1.9.0; extra == "examples-tests"
107
+ Requires-Dist: geopandas; extra == "examples-tests"
108
+ Requires-Dist: xarray>=0.18.2; extra == "examples-tests"
109
+ Requires-Dist: networkx>=2.6.3; extra == "examples-tests"
110
+ Requires-Dist: streamz>=0.3.0; extra == "examples-tests"
111
+ Requires-Dist: intake>=0.6.5; extra == "examples-tests"
112
+ Requires-Dist: intake-parquet>=0.2.3; extra == "examples-tests"
113
+ Requires-Dist: intake-xarray>=0.5.0; extra == "examples-tests"
114
+ Requires-Dist: dask>=2021.3.0; extra == "examples-tests"
115
+ Requires-Dist: notebook>=5.4; extra == "examples-tests"
116
+ Requires-Dist: rasterio; extra == "examples-tests"
117
+ Requires-Dist: cartopy; extra == "examples-tests"
118
+ Requires-Dist: pyproj; extra == "examples-tests"
119
+ Requires-Dist: s3fs>=2022.1.0; extra == "examples-tests"
120
+ Requires-Dist: scipy>=1.5.3; extra == "examples-tests"
121
+ Requires-Dist: pillow>=8.2.0; extra == "examples-tests"
122
+ Requires-Dist: selenium>=3.141.0; extra == "examples-tests"
123
+ Requires-Dist: scikit-image>=0.17.2; extra == "examples-tests"
124
+ Requires-Dist: python-snappy>=0.6.0; extra == "examples-tests"
125
+ Requires-Dist: pooch>=1.6.0; extra == "examples-tests"
126
+ Requires-Dist: fiona; extra == "examples-tests"
127
+ Requires-Dist: rioxarray; extra == "examples-tests"
128
+ Requires-Dist: matplotlib; extra == "examples-tests"
129
+ Requires-Dist: plotly; extra == "examples-tests"
130
+ Requires-Dist: pygraphviz; extra == "examples-tests"
131
+ Requires-Dist: ipywidgets; extra == "examples-tests"
132
+ Requires-Dist: numba>=0.51.0; extra == "examples-tests"
133
+ Requires-Dist: datashader>=0.6.5; extra == "examples-tests"
134
+ Requires-Dist: spatialpandas>=0.4.3; extra == "examples-tests"
135
+ Requires-Dist: polars; extra == "examples-tests"
136
+ Requires-Dist: fugue; extra == "examples-tests"
137
+ Requires-Dist: ibis-framework; extra == "examples-tests"
138
+ Requires-Dist: pytest-xdist; extra == "examples-tests"
139
+ Requires-Dist: nbval; extra == "examples-tests"
32
140
  Provides-Extra: doc
141
+ Requires-Dist: geoviews>=1.9.0; extra == "doc"
142
+ Requires-Dist: geopandas; extra == "doc"
143
+ Requires-Dist: xarray>=0.18.2; extra == "doc"
144
+ Requires-Dist: networkx>=2.6.3; extra == "doc"
145
+ Requires-Dist: streamz>=0.3.0; extra == "doc"
146
+ Requires-Dist: intake>=0.6.5; extra == "doc"
147
+ Requires-Dist: intake-parquet>=0.2.3; extra == "doc"
148
+ Requires-Dist: intake-xarray>=0.5.0; extra == "doc"
149
+ Requires-Dist: dask>=2021.3.0; extra == "doc"
150
+ Requires-Dist: notebook>=5.4; extra == "doc"
151
+ Requires-Dist: rasterio; extra == "doc"
152
+ Requires-Dist: cartopy; extra == "doc"
153
+ Requires-Dist: pyproj; extra == "doc"
154
+ Requires-Dist: s3fs>=2022.1.0; extra == "doc"
155
+ Requires-Dist: scipy>=1.5.3; extra == "doc"
156
+ Requires-Dist: pillow>=8.2.0; extra == "doc"
157
+ Requires-Dist: selenium>=3.141.0; extra == "doc"
158
+ Requires-Dist: scikit-image>=0.17.2; extra == "doc"
159
+ Requires-Dist: python-snappy>=0.6.0; extra == "doc"
160
+ Requires-Dist: pooch>=1.6.0; extra == "doc"
161
+ Requires-Dist: fiona; extra == "doc"
162
+ Requires-Dist: rioxarray; extra == "doc"
163
+ Requires-Dist: matplotlib; extra == "doc"
164
+ Requires-Dist: plotly; extra == "doc"
165
+ Requires-Dist: pygraphviz; extra == "doc"
166
+ Requires-Dist: ipywidgets; extra == "doc"
167
+ Requires-Dist: numba>=0.51.0; extra == "doc"
168
+ Requires-Dist: datashader>=0.6.5; extra == "doc"
169
+ Requires-Dist: spatialpandas>=0.4.3; extra == "doc"
170
+ Requires-Dist: polars; extra == "doc"
171
+ Requires-Dist: fugue; extra == "doc"
172
+ Requires-Dist: ibis-framework; extra == "doc"
173
+ Requires-Dist: nbsite>=0.8.4; extra == "doc"
33
174
  Provides-Extra: build
175
+ Requires-Dist: param>=1.7.0; extra == "build"
176
+ Requires-Dist: pyct>=0.4.4; extra == "build"
177
+ Requires-Dist: setuptools>=30.3.0; extra == "build"
34
178
  Provides-Extra: all
35
- License-File: LICENSE
179
+ Requires-Dist: cartopy; extra == "all"
180
+ Requires-Dist: codecov; extra == "all"
181
+ Requires-Dist: dask; extra == "all"
182
+ Requires-Dist: dask>=2021.3.0; extra == "all"
183
+ Requires-Dist: datashader>=0.6.5; extra == "all"
184
+ Requires-Dist: fiona; extra == "all"
185
+ Requires-Dist: flake8; extra == "all"
186
+ Requires-Dist: fugue; extra == "all"
187
+ Requires-Dist: geopandas; extra == "all"
188
+ Requires-Dist: geoviews>=1.9.0; extra == "all"
189
+ Requires-Dist: ibis-framework; extra == "all"
190
+ Requires-Dist: intake>=0.6.5; extra == "all"
191
+ Requires-Dist: intake-parquet>=0.2.3; extra == "all"
192
+ Requires-Dist: intake-xarray>=0.5.0; extra == "all"
193
+ Requires-Dist: ipywidgets; extra == "all"
194
+ Requires-Dist: matplotlib; extra == "all"
195
+ Requires-Dist: nbsite>=0.8.4; extra == "all"
196
+ Requires-Dist: nbval; extra == "all"
197
+ Requires-Dist: networkx>=2.6.3; extra == "all"
198
+ Requires-Dist: notebook>=5.4; extra == "all"
199
+ Requires-Dist: numba>=0.51.0; extra == "all"
200
+ Requires-Dist: param>=1.7.0; extra == "all"
201
+ Requires-Dist: parameterized; extra == "all"
202
+ Requires-Dist: pillow>=8.2.0; extra == "all"
203
+ Requires-Dist: plotly; extra == "all"
204
+ Requires-Dist: polars; extra == "all"
205
+ Requires-Dist: pooch; extra == "all"
206
+ Requires-Dist: pooch>=1.6.0; extra == "all"
207
+ Requires-Dist: pre-commit; extra == "all"
208
+ Requires-Dist: pyct>=0.4.4; extra == "all"
209
+ Requires-Dist: pygraphviz; extra == "all"
210
+ Requires-Dist: pyproj; extra == "all"
211
+ Requires-Dist: pytest; extra == "all"
212
+ Requires-Dist: pytest-cov; extra == "all"
213
+ Requires-Dist: pytest-xdist; extra == "all"
214
+ Requires-Dist: python-snappy>=0.6.0; extra == "all"
215
+ Requires-Dist: rasterio; extra == "all"
216
+ Requires-Dist: rioxarray; extra == "all"
217
+ Requires-Dist: s3fs>=2022.1.0; extra == "all"
218
+ Requires-Dist: scikit-image>=0.17.2; extra == "all"
219
+ Requires-Dist: scipy; extra == "all"
220
+ Requires-Dist: scipy>=1.5.3; extra == "all"
221
+ Requires-Dist: selenium>=3.141.0; extra == "all"
222
+ Requires-Dist: setuptools>=30.3.0; extra == "all"
223
+ Requires-Dist: spatialpandas>=0.4.3; extra == "all"
224
+ Requires-Dist: streamz>=0.3.0; extra == "all"
225
+ Requires-Dist: xarray; extra == "all"
226
+ Requires-Dist: xarray>=0.18.2; extra == "all"
36
227
 
37
228
  # hvPlot makes data analysis and visualization simple <img src="https://github.com/holoviz/hvplot/blob/main/doc/_static/logo.png?raw=true" style="width:2em;margin-bottom:-15px">
38
229
 
@@ -82,7 +273,7 @@ Head over to the [getting started guide](https://hvplot.holoviz.org/getting_star
82
273
  hvPlot can be installed on Linux, Windows, or Mac with ``conda``:
83
274
 
84
275
  ```bash
85
- conda install -c pyviz hvplot
276
+ conda install hvplot
86
277
  ```
87
278
 
88
279
  or with ``pip``:
@@ -161,12 +352,14 @@ hvPlot is completely free and open-source. It is licensed under the [BSD 3-Claus
161
352
 
162
353
  ## Support & Feedback
163
354
 
164
- Get support from or provide feedback to the [HoloViz Community](https://holoviz.org/community.html).
355
+ - Usage questions and showcases -> [HoloViz Community](https://holoviz.org/community.html)
356
+ - Bug reports and feature requests -> [Github](https://github.com/holoviz/hvplot)
357
+ - Developer discussions -> [Discord](https://discord.gg/rb6gPXbdAr)
358
+
359
+ For more detail check out the [HoloViz Community Guide](https://holoviz.org/community.html).
165
360
 
166
361
  ## Contributions
167
362
 
168
363
  We would love to work with you no matter whether you want to contribute to issue management, PRs, documentation, blog posts, community support or social media communication.
169
364
 
170
365
  To get started with the code or docs check out the [Developer Guide](https://hvplot.holoviz.org/developer_guide/index.html).
171
-
172
- Reach out on [Gitter](https://gitter.im/pyviz/pyviz) to discuss with the developers, join the weekly triaging or join the bi-weekly HoloViz call.
@@ -46,7 +46,7 @@ Head over to the [getting started guide](https://hvplot.holoviz.org/getting_star
46
46
  hvPlot can be installed on Linux, Windows, or Mac with ``conda``:
47
47
 
48
48
  ```bash
49
- conda install -c pyviz hvplot
49
+ conda install hvplot
50
50
  ```
51
51
 
52
52
  or with ``pip``:
@@ -125,12 +125,14 @@ hvPlot is completely free and open-source. It is licensed under the [BSD 3-Claus
125
125
 
126
126
  ## Support & Feedback
127
127
 
128
- Get support from or provide feedback to the [HoloViz Community](https://holoviz.org/community.html).
128
+ - Usage questions and showcases -> [HoloViz Community](https://holoviz.org/community.html)
129
+ - Bug reports and feature requests -> [Github](https://github.com/holoviz/hvplot)
130
+ - Developer discussions -> [Discord](https://discord.gg/rb6gPXbdAr)
131
+
132
+ For more detail check out the [HoloViz Community Guide](https://holoviz.org/community.html).
129
133
 
130
134
  ## Contributions
131
135
 
132
136
  We would love to work with you no matter whether you want to contribute to issue management, PRs, documentation, blog posts, community support or social media communication.
133
137
 
134
138
  To get started with the code or docs check out the [Developer Guide](https://hvplot.holoviz.org/developer_guide/index.html).
135
-
136
- Reach out on [Gitter](https://gitter.im/pyviz/pyviz) to discuss with the developers, join the weekly triaging or join the bi-weekly HoloViz call.
@@ -0,0 +1 @@
1
+ collect_ignore_glob = []
@@ -0,0 +1,139 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "a8d569ea",
6
+ "metadata": {},
7
+ "source": [
8
+ "The *Explorer* is a [Panel](https://panel.holoviz.org)-based web application with which you can easily explore your data. While using `.hvplot()` is a convenient way to create plots from data, it assumes some *a piori* knowledge about the data itself and its structure, and also knowdlege about `.hvplot()`'s API itself. The *Explorer* is a graphical interface that offers a simple way to select and visualize the kind of plot you want to see your data with, and many options to customize that plot."
9
+ ]
10
+ },
11
+ {
12
+ "cell_type": "markdown",
13
+ "id": "e5f15c29-1e4e-4965-88cd-b2bc844ea1a7",
14
+ "metadata": {},
15
+ "source": [
16
+ ":::{note}\n",
17
+ "The Explorer has been added to hvPlot in version <code>0.8.0</code> with support for Pandas objects. Support for Xarray objects has been added in version <code>0.9.0</code>. Support for more data types will be added in future versions, in the meantime please report any issue or feature request <a href='https://github.com/holoviz/hvplot/'>on GitHub</a>.\n",
18
+ ":::"
19
+ ]
20
+ },
21
+ {
22
+ "cell_type": "markdown",
23
+ "id": "ddd88f96-1fe4-4990-90f6-b3ba8de51f23",
24
+ "metadata": {},
25
+ "source": [
26
+ "## Set up"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "markdown",
31
+ "id": "433023f4-5ebc-4585-9fc8-1c3f26cfd880",
32
+ "metadata": {},
33
+ "source": [
34
+ "Setting up the explorer is pretty simple in a notebook, you just need to make sure you have loaded the extension, either via a data type import (e.g. `import hvplot.pandas`) or directly (e.g. `hvplot.extension('bokeh')`)."
35
+ ]
36
+ },
37
+ {
38
+ "cell_type": "code",
39
+ "execution_count": null,
40
+ "id": "8dad379b-fcbf-4f18-84ec-6c0a07187f4d",
41
+ "metadata": {},
42
+ "outputs": [],
43
+ "source": [
44
+ "import hvplot.pandas # noqa"
45
+ ]
46
+ },
47
+ {
48
+ "cell_type": "markdown",
49
+ "id": "4ec628be-25e5-42d7-9ef5-6419c78b5140",
50
+ "metadata": {},
51
+ "source": [
52
+ "## Basic usage"
53
+ ]
54
+ },
55
+ {
56
+ "cell_type": "code",
57
+ "execution_count": null,
58
+ "id": "8f88635d-63a4-414c-a0ea-72605e0c896f",
59
+ "metadata": {},
60
+ "outputs": [],
61
+ "source": [
62
+ "from bokeh.sampledata.penguins import data as df\n",
63
+ "\n",
64
+ "df.head(2)"
65
+ ]
66
+ },
67
+ {
68
+ "cell_type": "markdown",
69
+ "id": "8d638734-0a96-4d7a-8b9f-9c46403a0b3f",
70
+ "metadata": {},
71
+ "source": [
72
+ "The explorer is available on the `.hvplot` namespace together with the other plotting methods. It accepts most of the parameters accepted by the `.hvplot()` API. For the purpose of producing a nice example on the documentation we will instantiate an explorer with some pre-defined parameters; usually you would instantiate it without so many parameters."
73
+ ]
74
+ },
75
+ {
76
+ "cell_type": "code",
77
+ "execution_count": null,
78
+ "id": "e9c01a9f",
79
+ "metadata": {},
80
+ "outputs": [],
81
+ "source": [
82
+ "explorer = df.hvplot.explorer(x='bill_length_mm', y='bill_depth_mm', by=['species'])\n",
83
+ "explorer"
84
+ ]
85
+ },
86
+ {
87
+ "cell_type": "markdown",
88
+ "id": "2fc85ce5-3c79-4e2f-8600-38d97122ffe7",
89
+ "metadata": {},
90
+ "source": [
91
+ "Spend some time browser the explorer and the options it offers. On this webpage it's not going to update the preview plot and code interactively, as it needs an active Python kernel, but you will get a good feeling of all you can do with it."
92
+ ]
93
+ },
94
+ {
95
+ "cell_type": "markdown",
96
+ "id": "99aee979",
97
+ "metadata": {},
98
+ "source": [
99
+ "Once you are done exploring the data you may want to record the settings you have configured or save the plot. The easiest option consists of opening the *Code* tab next to *Plot* and copy/pasting the code displayed in a new notebook cell, executing it will generate exactly the same code as seen in the explorer.\n",
100
+ "\n",
101
+ "The code string is also available on the `code` attribute:"
102
+ ]
103
+ },
104
+ {
105
+ "cell_type": "code",
106
+ "execution_count": null,
107
+ "id": "5b59f550-7d99-44a0-bc96-4e7131daafcd",
108
+ "metadata": {},
109
+ "outputs": [],
110
+ "source": [
111
+ "eval(explorer.code)"
112
+ ]
113
+ },
114
+ {
115
+ "cell_type": "markdown",
116
+ "id": "2a3f891b-214f-4635-84a5-bd425df7c8db",
117
+ "metadata": {},
118
+ "source": [
119
+ "## Conclusion"
120
+ ]
121
+ },
122
+ {
123
+ "cell_type": "markdown",
124
+ "id": "0dbb3916",
125
+ "metadata": {},
126
+ "source": [
127
+ "For information on using `.hvplot.explorer()` take a look at the [User Guide](../user_guide/Explorer.ipynb)."
128
+ ]
129
+ }
130
+ ],
131
+ "metadata": {
132
+ "language_info": {
133
+ "name": "python",
134
+ "pygments_lexer": "ipython3"
135
+ }
136
+ },
137
+ "nbformat": 4,
138
+ "nbformat_minor": 5
139
+ }