Skip to content
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

Warning thrown with matplotlib 2.0 #20

Closed
ericmjl opened this issue Feb 5, 2017 · 2 comments
Closed

Warning thrown with matplotlib 2.0 #20

ericmjl opened this issue Feb 5, 2017 · 2 comments

Comments

@ericmjl
Copy link

ericmjl commented Feb 5, 2017

I'm using matplotlib 2.0, and I thought I'd just quickly report this warning message that shows up when I call msno.matrix(dataframe):

/Users/ericmjl/anaconda/lib/python3.5/site-packages/missingno/missingno.py:250: MatplotlibDeprecationWarning: The set_axis_bgcolor function was deprecated in version 2.0. Use set_facecolor instead.
  ax1.set_axis_bgcolor((1, 1, 1))

It's probably a low-priority, mission-noncritical change, but just putting it here for the record. If I do have the time to get myself familiarized with the codebase, I might just put in a PR for it! 😄

@ResidentMario
Copy link
Owner

2.0 changes a lot of the defaults and deprecates a lot of things, this may not be the only update I have to make.

@ResidentMario
Copy link
Owner

Addressed in 0.3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants