holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.14k stars 109 forks source link

alpha option not found for kde plot with plotly #871

Open MarcSkovMadsen opened 2 years ago

MarcSkovMadsen commented 2 years ago

I've tried to run the Plotting_with_Plotly.ipynb notebook on the latest master branch.

I see the warning WARNING:param.main: alpha option not found for kde plot with plotly; similar options include: [] all over the place.

I believe this is confusing to (new) users and should be removed. Either by just removing the alpha argument from the example. Or adding support for alpha.

image

MarcSkovMadsen commented 2 years ago

I also experience the warning when using the explorer with Plotly as the backend

image

adivekar-utexas commented 1 year ago

Same, I can also reproduce this.