hvplot
hvplot copied to clipboard
A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
## Request Add Gallery example demonstrating the basics of dropping into HoloViews ## Motivation A part of the elevator pitch of hvPlot is that you can easily drop into HoloViews...
## Request Add gallery styling examples for each backend ## Motivation It is easy and relatively obvious how to use hvPlot for data exploration and scientific reporting. It is not...
## Request Align hvPlot menu with Panel, HoloViews and rest of ecosystem. ## Motivation Will make navigation across the ecosystem easier. ## As Is The hvPlot menu looks like ...
https://hvplot.holoviz.org/user_guide/Streaming.html#deployment-as-bokeh-apps Shows how to deploy using Bokeh. I believe this should be Panel. Panel is a part of the HoloViz ecosystem and community.
## Request Update elevator pitch of hvPlot home page to promote what hvPlot provides today. ## Motivation HvPlot is very powerful. hvPlot is more than what it was when the...
## Request Make images and plots responsive on mobile ## Motivation I believe lots of users will visit the hvPlot documentation from mobile. For example by following links shared on...
## Request Add 3 min elevator pitch video to hvPlot home page. ## Motivation HvPlot is recommended as the entry point to the HoloViz ecosystem, so I believe the documentation...
Cannot save groupby hvplot to html file - both hvplot.save and renderer.save show attribute errors (i.e. hvplot.save shows no 'opts' and renderer.save shows no 'layout'). Cannot add options on the...
Some issues I have noticed when working with the Geo pane of the hvPlotExplorer Code used: ``` python import hvplot.ui import hvplot.pandas import panel as pn pn.extension() from bokeh.sampledata import...
Panel: 0.12.6, Bokeh: 2.2.4, hvplot: 0.7.3, holoviews: 1.14.7 In https://github.com/holoviz/hvplot/issues/695 I noted that `hvplot.interactive` does not seem to output nicely to a responsive hvplot. I can now see that it...