Thanks to visit codestin.com Credit goes to github.com
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.
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
Hi everyone,
generating an empty bar plot with the current master branch of the repo creates an error:
ValueError: incompatible sizes: argument 'tick_label' must be length 0 or string
For the code example:
import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) ax.bar([], [])
With the 1.4.3 version of matplotlib from pip the code is working but not with the master branch. Is this now a normal behaviour ?
The text was updated successfully, but these errors were encountered:
This is the SCCE fixed by #4946.
Sorry, something went wrong.
MNT: consolidate tick_label logic
5539a42
Collect (almost) all of the logic for the bar tick_label in one place. Closes matplotlib#5237
5873ed1
Closed by #5239
No branches or pull requests
Hi everyone,
generating an empty bar plot with the current master branch of the repo creates an error:
For the code example:
With the 1.4.3 version of matplotlib from pip the code is working but not with the master branch. Is this now a normal behaviour ?
The text was updated successfully, but these errors were encountered: