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

I think interactive is really cool, but starting out the release notes with "This is a minor release" really downplays it and people might not be interested in checking it...

As far as I can tell, the Pandas .plot() API does not have a way to [change the background color](https://stackoverflow.com/questions/23123272/change-pandas-plot-background-color) without dropping down to matplotlib. hvPlot appears to inherit this...

type: enhancement
good first issue

The promise of `hvplot`'s `.interactive` API is that you can use the same API as pandas/xarray with widgets and so on. It would be useful if `.interactive` could be used...

I'm using `ds.hvplot.quadmesh` to project and visualise a heatmap of geospatial data. Due to the size of the data, I have to set `rasterize=True`. As far as I'm aware (and...

#548 should have closed this issue, but I still have problems. If I run the code in issue #327: ```python import numpy as np import pandas as pd import hvplot.pandas...

type: enhancement

#### ALL software version info bokeh 2.3.0 holoviews 1.14.2 hvplot 0.7.1 #### Description of expected behavior and the observed behavior Hello, when setting default values for the legend position in...

#### Is your feature request related to a problem? Please describe. Adding tests against dependency libraries like xarray and pandas can preemptively catch issues like #563 (which came about due...

type: enhancement

I love the convenience of `coastline=True` in hvplot. Would it be straightforward to add the rest of the very common feature types from: https://scitools.org.uk/cartopy/docs/latest/matplotlib/feature_interface.html#cartopy.feature ? ![2020-12-23_7-05-51](https://user-images.githubusercontent.com/1872600/102994794-c3ed9f80-44ed-11eb-9c70-f01b8816a941.png)

type: enhancement

Hello, I often need to plot slightly different versions of my data depending on who’s requesting data from me. I was hoping for a simple way of transforming columns such...

type: enhancement

#### Is your feature request related to a problem? Please describe. This issue was first raised here: https://discourse.holoviz.org/t/workaround-for-date-based-histogram-tick-labels/788 I have time series data, and would like to bin the data...

type: enhancement