hvplot
hvplot copied to clipboard
A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
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...
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...
#### 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...