Skip to content

COMPAT: matplotlib 3.4.0 #40718

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 8 commits into from
Apr 1, 2021
Merged

COMPAT: matplotlib 3.4.0 #40718

merged 8 commits into from
Apr 1, 2021

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Apr 1, 2021

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

Thanks for looking at those failures!

@@ -760,6 +762,10 @@ def test_plot_scatter_with_c(self):

# n.b. there appears to be no public method
# to get the colorbar label
if mpl_ge_3_4_0:
mark = pytest.mark.xfail(reason="_label attribute removed")
Copy link
Member

Choose a reason for hiding this comment

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

For recent versions, you can use ax.collections[0].colorbar.ax.get_ylabel() instead of the private attribute

@jreback jreback added this to the 1.3 milestone Apr 1, 2021
@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Apr 1, 2021
@jreback jreback modified the milestones: 1.3, 1.2.4 Apr 1, 2021
@jreback
Copy link
Contributor

jreback commented Apr 1, 2021

marking this for backport as well. @jbrockmendel ping when ready .

@jbrockmendel
Copy link
Member Author

im kinda burned out on fixing-the-ci; can someone else pick up the baton on this?

@mzeitlin11
Copy link
Member

im kinda burned out on fixing-the-ci; can someone else pick up the baton on this?

I could pick this up sometime later today

@lithomas1
Copy link
Member

ping @pandas-dev/pandas-core for merge. Thanks everyone!

@jreback jreback merged commit 52b8459 into pandas-dev:master Apr 1, 2021
@jreback
Copy link
Contributor

jreback commented Apr 1, 2021

thanks all!

@jreback
Copy link
Contributor

jreback commented Apr 1, 2021

@meeseeksdev backport 1.2.x

@brobr
Copy link

brobr commented Apr 4, 2021

Hi, I just ran into this issue when running my matplotlib project based on pandas-input. Thanks for working on it. Please note, that matplotlib is now at 3.4.1 (3.4.0 was quickly superseded).

Hth,
Rob

vladu pushed a commit to vladu/pandas that referenced this pull request Apr 5, 2021
simonjayhawkins pushed a commit that referenced this pull request Apr 6, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: MatplotlibDeprecationWarning: The is_first_col function was deprecated in Matplotlib 3.4
6 participants