-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
COMPAT: Matplotlib 3.5.0 #44523
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
COMPAT: Matplotlib 3.5.0 #44523
Conversation
we are fully testing i assume? can u add. what's new note for 1.3.5 |
def get_x_axis(self, ax): | ||
return ax._shared_axes["x"] if self.compat.mpl_ge_3_5_0() else ax._shared_x_axes | ||
|
||
def get_y_axis(self, ax): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could annotate ax?
@@ -1036,6 +1036,7 @@ def _plot_colorbar(self, ax: Axes, **kwds): | |||
# use the last one which contains the latest information | |||
# about the ax | |||
img = ax.collections[-1] | |||
ax.grid(False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this doing?
re-started the timed-out build. one question about the ax.grid(False), otherwise LGTM pending green(ish) |
gets us back to green on everything except the docbuild. @jreback good to go? |
yep merge when ready |
thanks @lithomas1 |
This comment has been minimized.
This comment has been minimized.
did we want a release note for this? |
Co-authored-by: Thomas Li <[email protected]>
Still some deprecation warnings left. Anyone want to approve for me so we can get this merged ASAP?