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

## Request Make sure tooltips shown in modern Editors and IDEs like VS Code and PyCharm are available and useful. ## Motivation I'm trying to help a user of hvPlot...

type: enhancement

An issue I have noticed when working with the Operations pane of the hvPlotExplorer. Code used: ``` python import hvplot.ui import hvplot.pandas import panel as pn pn.extension() from bokeh.sampledata import...

api: explorer

Hi, I am new to hvplot. I was following the hvplot example available at https://hvplot.holoviz.org/reference/xarray/rgb.html At the end of the example we can find a DataArray.hvplot.rgb Image. When I hover...

type: docs
type: upstream

For some reason the CI would not even start running on https://github.com/holoviz/hvplot/pull/705.

#### Is your feature request related to a problem? Please describe. I was in the assumption that the .interactive interface for dataframes should mimic the interface of pandas. Yet not...

Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...

interface: networkx

I am in the pysal tutorial and noticed that the in matplotlib the positional arg on `gdf.plot` maps to the `c` arg. In hvplot _I think_ it maps to `x`...

type: enhancement
interface: pandas

Hi, I am trying to invert my y-axis and it seems I can't do so when adding in a panel widget. When I add in the panel widget, I can't...

type: bug

Part 2 of the solution for https://github.com/holoviz/hvplot/issues/771. It needs https://github.com/holoviz/holoviews/pull/5352 to work. The panel check is removed because `panel` is already imported at the top. Therefore, I think the check...

Hey, I'm reporting a bug occurring when using hvplot with `geo=True` option or `crs=` option #### ALL software version info hvplot version : 0.7.3 xarray version 2022.3.0 geoviews version 1.9.5...

needs info
api: geo