-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ParasiteAxesAuxTrans pcolor/pcolormesh and contour/contourf broken #12265
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
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: mpl_toolkit
Milestone
Comments
kmuehlbauer
added a commit
to kmuehlbauer/matplotlib
that referenced
this issue
Sep 25, 2018
Since I do not have that much insight into the matplotlib machinery, I can't tell, if this commit is sufficient to fix this. At least it works as expected on my machine. Happy to create a PR. |
Because I was hoping that errors like this would be caught by CI? :p |
6 tasks
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this issue
Sep 29, 2018
…r_`-calls, fixes matplotlib#12265
QuLogic
added a commit
that referenced
this issue
Sep 29, 2018
FIX: remove unnecessary `self` in `super_`-calls, fixes #12265
kmuehlbauer
added a commit
to wradlib/wradlib-notebooks
that referenced
this issue
Oct 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: mpl_toolkit
Bug report
Bug summary
Calling
pcolormesh
/pcolor
orcontour
/contourf
from a parasite axes created withParasiteAxesAuxTrans
breaks. In the call to create the mesh usingsuper_pcolor
(orsuper_contour
) an additionalself
is added to the *args:matplotlib/lib/mpl_toolkits/axes_grid1/parasite_axes.py
Line 114 in 9a46926
This breaks subsequent
pcolor
/pcolormesh
/pcontour
/pcontourf
processing.Code for reproduction
Actual outcome
Expected outcome
Works before PR #11678.
Matplotlib version
print(matplotlib.get_backend())
): Qt5AggRunning conda environment using conda-forge channel.
The text was updated successfully, but these errors were encountered: