Skip to content

ENH: MatplotlibDeprecationWarning: is_first_col function was deprecated #40724

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

Conversation

arnaujc91
Copy link

@arnaujc91 arnaujc91 commented Apr 1, 2021

Fix for #40714

The is_first_col function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Used ax.get_subplotspec().is_first_col() instead.

…ecated

The is_first_col function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Used ax.get_subplotspec().is_first_col() instead.
@jreback
Copy link
Contributor

jreback commented Apr 1, 2021

closing in favor of #40718

@jreback jreback closed this Apr 1, 2021
@jreback jreback added Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas Visualization plotting labels Apr 1, 2021
@jreback jreback added this to the No action milestone Apr 1, 2021
@jreback
Copy link
Contributor

jreback commented Apr 1, 2021

thanks @arnaujc91 this is a bit tricky as have multiple versions of mpl to support

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 Deprecate Functionality to remove in pandas Visualization plotting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants