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

xarray displays the `units` *attr* in bracket in the legend title while hvplot displays it on every legend entry. ```python import hvplot.xarray import numpy as np import pandas as pd...

interface: xarray

xarray support generating `step` plots from dimensions that consist of array containing [pandas Interval](https://pandas.pydata.org/docs/reference/api/pandas.Interval.html) objects. ```python import hvplot.xarray import numpy as np import pandas as pd import matplotlib.pyplot as plt...

interface: xarray

#### ALL software version info hvplot==0.10.0 polars==1.2.1 plotly==5.22.0 bokeh==3.4.2 #### Description of expected behavior and the observed behavior I'm coming from this issue https://github.com/pola-rs/polars/issues/17647. Changing the backend doesn't work, when...

interface: polars