hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

Results 373 hvplot issues
Sort by recently updated
recently updated
newest added

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...

TRIAGE

### 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...

type: bug
upstream

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...

type: bug

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...

type: enhancement
TRIAGE

#### 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...

upstream

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. ![image](https://user-images.githubusercontent.com/66640080/194924700-05532cff-2ddb-4e4b-b7be-feb5b7356491.png) ![image](https://user-images.githubusercontent.com/66640080/194924514-a8ed14aa-42a5-445d-b980-1a0c5a0a0e4d.png)...

type: docs

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...

type: bug
upstream

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...