We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks for the bug report and suggested fix! Should be in the next version :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
pandas version 1.1.0
plotly version 4.9.0
The following will raise
histogram() got an unexpected keyword argument 'legend'
:I suggest to add
legend
in the skip list:plotly.py/packages/python/plotly/plotly/__init__.py
Line 161 in dc9c5fd
The text was updated successfully, but these errors were encountered: