You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plot function in hvplot.plotting is meant to be the entry point called by Pandas directly when users set the plotting backend (via e.g. pd.options.plotting.backend = 'hvplot'. #1398 added some code in that function when DuckDB support was added, which doesn't look useful because as far as I know DuckDB doesn't implement the same plotting backend mechanism Pandas implements.
This function also includes support for Polars, which was added at the time Polars used hvPlot as its only plotting backend. Arguably this could be removed too since Polars has moved to using Altair instead, I'd keep it for a little longer.
The
plot
function inhvplot.plotting
is meant to be the entry point called by Pandas directly when users set the plotting backend (via e.g.pd.options.plotting.backend = 'hvplot'
. #1398 added some code in that function when DuckDB support was added, which doesn't look useful because as far as I know DuckDB doesn't implement the same plotting backend mechanism Pandas implements.This function also includes support for Polars, which was added at the time Polars used hvPlot as its only plotting backend. Arguably this could be removed too since Polars has moved to using Altair instead, I'd keep it for a little longer.
Thoughts @ahuang11 ?
The text was updated successfully, but these errors were encountered: