hvplot
hvplot copied to clipboard
A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
This issue is one of a number that relate to datashader support of timeseries. ``` >>> hv.__version__, bokeh.__version__, ds.__version__, panel.__version__, hvplot.__version__ ('1.15.1', '2.4.3', '0.14.2', '0.13.1', '0.8.1') ``` ```python >>> timestamps...
### Versions ``` hvplot 0.8.1 holoviews 1.15.1 pandas 1.5.0 python 3.9.13 jupyterlab 3.4.5 Chrome Browser ``` ### Description The first tick label on a categorical x-axis is not correctly placed...
Issue originally reported in https://github.com/holoviz/hvplot/issues/927 GridSpaces created with hvPlot and with `legend` are rendered with a legend for every plot of the grid. I think this is because hvPlot sets...
Issues #934 and #935 show examples of different time offsets. It is easy to create a dataframe where a timestamp column has mixed time types/offsets in which case the plotting...
#### ALL software version info python-3.10.4 holoviews-1.15.1 hvplot-0.8.1 panel-0.14.0 pandas-1.5.0 VS Code 1.72.1 Jupyter Extension v2022.9.1202862440 Windows 10 #### Description of expected behavior and the observed behavior A `DeprecationWarning` is...
I'm having two issues: 1. When using `xarray.hvplot.quadmesh`, I'm unable to use a a custom `LinearSegmentedColormap` unless I register it with with matplotlib and call it that way.  ...
This should be seen as a small (and definitely not exhaustive) step toward working with non-strings columns and `hv.Dimension`. Related to https://github.com/holoviz/holoviews/issues/5353, and with the upcoming change from `DeprecationWarning` to...
When `logx` or `logy` is set it doesn't log the points positions if `datashade=True`, it just changes the scale on the axis. Here's an example for `logx`: ```python import pandas...
Intends to address - [x] Fixes #855 - [x] Fixes #851
Adds easy to use, customizable theming to hvPlot. Should work for HoloViews as well and integrate well with Panel. For example like ```python hvplot.extension(theme=THEME, color=COLOR, cmap=CMAP, font=FONT) ``` This PR...