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

#### ALL software version info ``` Platform: Windows-10-10.0.22631-SP0 Python: 3.11.7 | packaged by Anaconda, Inc. | (main, Dec 15 2023, 18:05:47) [MSC v.1916 64 bit (AMD64)] hvplot: 0.9.2 holoviews: 1.18.3...

#### ALL software version info ``` Platform: Windows-10-10.0.22631-SP0 Python: 3.11.7 | packaged by Anaconda, Inc. | (main, Dec 15 2023, 18:05:47) [MSC v.1916 64 bit (AMD64)] hvplot: 0.9.2 holoviews: 1.18.3...

### ALL software version info - MacOS - Sonoma 14.0 - python = 3.11.8 - notebook = 7.0.8 - dask = 2023.11.0 - datashader = 0.16.0 - geopandas = 0.14.2...

```python import pandas as pd df = pd.DataFrame( {'City': ['Buenos Aires', 'Brasilia', 'Santiago', 'Bogota', 'Caracas'], 'Country': ['Argentina', 'Brazil', 'Chile', 'Colombia', 'Venezuela'], 'Latitude': [-34.58, -15.78, -33.45, 4.60, 10.48], 'Longitude': [-58.66, -47.91,...

type: enhancement

The `subcoordinate_y` feature added to HoloViews opens the door to the implementation of [ridge / joy plots](https://en.wikipedia.org/wiki/Ridgeline_plot) in hvPlot. I'm opening this issue to gauge the interest in this feature...

There's code in the converter to support hierarchical columns in a Pandas DataFrame, however it's untested and I think support for this kind of structure broke at some point. https://github.com/holoviz/hvplot/blob/6c96c7e9abcd44380d2122e3d86827dedab32dea/hvplot/converter.py#L1221-L1229...

type: bug

Fixes https://github.com/holoviz/hvplot/issues/1361 Also: - Cleans up some imports in the test suite, since pandas and panel are direct dependencies of hvPlot their import doesn't need to be guarded - Update...

1. Batch call watchers so the loading symbol doesn't flicker (just tabbed everything over) 2. If scatter/line, swap to points/path 3. Projection doesn't always seem to be provided, so use...

hvPlot automatically sorts `x` for Pandas when it's a datetime series, feature which can be disabled by setting `sort_date=False`. The code looks like it's trying to support multilevel indexes but...

type: bug

#### ALL software version info I am using JupyterLab Python 3.9.15 Browser: Google Chrome 126.0.6478.63 (Official Build) (64-bit) conda list ```python # Name Version Build Channel _ipython_minor_entry_point 8.7.0 h8cf3c4a_0 conda-forge...