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
Contrary to that, when called with yscale="linear" and bins with height=0 works everything as expected.
yscale="linear"
matplotlib/lib/matplotlib/axes/_axes.py
Line 2442 in f2116d8
The text was updated successfully, but these errors were encountered:
A minimal repro is yscale("log"); bar([0], [0]) which gives
yscale("log"); bar([0], [0])
ValueError: min() arg is an empty sequence
#14581 fixes this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Contrary to that, when called with
yscale="linear"
and bins with height=0 works everything as expected.matplotlib/lib/matplotlib/axes/_axes.py
Line 2442 in f2116d8
The text was updated successfully, but these errors were encountered: