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

#### Problem When I have a DataFrame `df` with 2 or more columns and plot it with `df.hvplot()` I get a legend for all my columns and the title of...

``` yerr1 : string, optional Field name to draw symmetric / negative errors from ``` Maybe better to say ``` yerr1 : string, optional Field name to draw symmetric /...

type: docs

#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) hvplot version 0.5.2. #### Description of expected behavior and the observed...

type: enhancement

#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) Ubuntu 19.10 Firefox 73.0 (64-bit) python 3.7 bokeh 1.4.0 holoviews 1.12.7...

good first issue
type: docs

### Issue: hvPlot by default loads all partitions into memory, see [process_intake()](https://github.com/pyviz/hvplot/blob/c8d88238e282c108705edaed6be73bb4a716efd7/hvplot/util.py#L245). This is an issue for very large datasets. ### Proposed solution: Two extra parameters (in addition to `use_dask`)...

type: enhancement

# Versions | Package | Version| |----------|--------| | hvplot | 0.4.0 | | holoviews | 1.12.5 | | bokeh | 1.3.4 | |notebook| 6.0.0| |python | 3.7.3| |Browser| Chrome 75,...

type: enhancement

Right now, if someone attempts to plot something with a very large number of datapoints, the browser tab appears to lock up. It's not necessarily obvious to the user what...

type: enhancement

https://hvplot.pyviz.org/user_guide/Geographic_Data.html In the Geopandas section you can find two examples displaying Data, but only the second one, with 'Polygon' Geodata intead of 'Points', is presenting all of the extra Information...

type: discussion

Would it make sense to have a decimate keyword, similar to datashade/rasterize?

type: docs

I am having a hard time find any documentation on how to move the legend outside of the subplots. Is it possible to have a single legend? I can't see...

type: enhancement