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

hvplot=0.8.0, holoviews=1.15.0 I'm trying to help a user here https://discourse.holoviz.org/t/interactive-and-dynamically-created-dict-of-widgets-to-xarray-sel/4000/5 When running the below code example I see the WARNING ```bash WARNING:param.main: Calling the .opts method with options broken down...

TRIAGE

Interactive has a `max_rows` parameter that should be passed down to the `pn.pane.DataFrame` object created when the output of a pipeline is a dataframe. This parameter was not passed down...

This is an attempt to - sharpen the elevator pitch - describe hvPlot as it is today - Make the communication more engaging using examples and images - Make it...

status: ready

Fixes #783 After playing around with the geo tab for a bit, I found it non-intuitive that it mirrors hvplot by enabling `geo=True` based on `project` and `features`. This makes...

I've been updating the README https://github.com/holoviz/hvplot/pull/817 and thinking about what would be helpful for potential new users. I believe being able to install the example notebooks locally and spin them...

type: docs

When working with the hvPlotExplorer, it keeps showing the last working plot. I think it is wrong to show the last working plot. The current configuration of settings did not...

api: explorer

Relevant software versions are collapsed here. ``` # Name Version Build Channel bokeh 2.4.3 py39haa95532_0 holoviews 1.15.0 py39haa95532_0 hvplot 0.8.0 py39haa95532_0 python 3.9.12 h6244533_0 xarray 2022.6.0 pyhd8ed1ab_1 conda-forge ``` Given...

It works for 2 point lines only: ``` df = gpd.GeoDataFrame({'mission': ['A','B']}, geometry=[ shapely.geometry.LineString([(0,0), (1,0)]), shapely.geometry.LineString([(0,0), (1,1)]), ]) df.hvplot(geo=True, c='mission') ``` But it doesn't work for 3+ point lines: ```...

type: bug

## Motivation One of the things that has made understanding especially HoloViews difficult for me is it does provide a clear mental model that I can use when something does...

type: enhancement
type: docs
gallery

## Request Add Gallery example demonstrating the basics of dropping into Panel ## Motivation A part of the elevator pitch of hvPlot is that you can easily drop into Panel...