Skip to content

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

Merged
merged 7 commits into from
Nov 20, 2021
Merged

COMPAT: Matplotlib 3.5.0 #44523

merged 7 commits into from
Nov 20, 2021

Conversation

lithomas1
Copy link
Member

@lithomas1 lithomas1 commented Nov 19, 2021

Still some deprecation warnings left. Anyone want to approve for me so we can get this merged ASAP?

@lithomas1 lithomas1 added Compat pandas objects compatability with Numpy or Python functions Visualization plotting labels Nov 19, 2021
@lithomas1 lithomas1 added this to the 1.3.5 milestone Nov 19, 2021
@lithomas1 lithomas1 requested a review from a team November 19, 2021 02:45
@jreback
Copy link
Contributor

jreback commented Nov 19, 2021

we are fully testing i assume?

can u add. what's new note for 1.3.5

@lithomas1 lithomas1 marked this pull request as draft November 19, 2021 15:33
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):
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this doing?

@jbrockmendel
Copy link
Member

re-started the timed-out build. one question about the ax.grid(False), otherwise LGTM pending green(ish)

@jbrockmendel
Copy link
Member

gets us back to green on everything except the docbuild. @jreback good to go?

@jreback
Copy link
Contributor

jreback commented Nov 20, 2021

yep merge when ready

@jbrockmendel jbrockmendel marked this pull request as ready for review November 20, 2021 00:11
@jbrockmendel jbrockmendel merged commit 8b2477d into pandas-dev:master Nov 20, 2021
@jbrockmendel
Copy link
Member

thanks @lithomas1

@lumberbot-app

This comment has been minimized.

@simonjayhawkins
Copy link
Member

can u add. what's new note for 1.3.5

did we want a release note for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Visualization plotting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: test failing in the plotting module
4 participants