-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
axes.bar supports values given as dict_values yet axes.barh throws an error #14693
New issue
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
Milestone
Comments
Works on master with Python 3.7. Please provide your python and matplotlib versions. |
|
It looks like you're using an old version of Matplotlib; the most recent version is |
Yeah this was fixed in 3.1. #13187 I'm going to close... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
Calling
axes.barh
will throw this error if the height of the bars are given as a dictonary values typeTypeError: unsupported operand type(s) for +: 'int' and 'dict_values'
Code for reproduction
The text was updated successfully, but these errors were encountered: