-
Notifications
You must be signed in to change notification settings - Fork 272
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
matplotlib 3.5 breaks some code #1805
Comments
If it's a small thing like this I also vote for just fix it and support the newer release |
I can't seem to reproduce it...
|
I can and I have the fix |
maxnoe
added a commit
that referenced
this issue
Nov 16, 2021
Ok great - maybe it's an interaction with some other dependency? Somehow it works fine for me. |
For me it was clearly (and rightly) complaining about negative values for the |
maxnoe
added a commit
that referenced
this issue
Nov 16, 2021
Fix negative vmin/vmax raising error with mpl3.5, fixes #1805
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can either:
Main issue seems to be a
ValueError: Invalid vmin or vmax
when changing a CameraDisplay to log scale.The text was updated successfully, but these errors were encountered: