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
pyplot.contour raises IndexError when Z is specified as Z=a.
pyplot.contour
IndexError
Z
Z=a
import matplotlib.pyplot as plt plt.contour(Z=np.random.rand(30, 30))
No response
OS/X
3.6.2
module://matplotlib_inline.backend_inline
Python 3.8.15
6.5.2
pip
The text was updated successfully, but these errors were encountered:
Similar to #14084, AFAICT.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug summary
pyplot.contour
raisesIndexError
whenZ
is specified asZ=a
.Code for reproduction
Actual outcome
Expected outcome
Additional information
No response
Operating system
OS/X
Matplotlib Version
3.6.2
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
Python 3.8.15
Jupyter version
6.5.2
Installation
pip
The text was updated successfully, but these errors were encountered: