We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pandas version 1.1.0 plotly version 4.9.0
The following will raise histogram() got an unexpected keyword argument 'legend' :
histogram() got an unexpected keyword argument 'legend'
import pandas as pd pd.options.plotting.backend = "plotly" df = pd.DataFrame() df.hist()
I suggest to add legend in the skip list:
legend
plotly.py/packages/python/plotly/plotly/__init__.py
Line 161 in dc9c5fd