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

Issues setting background color in Python 3 #20

Open
taylorbell57 opened this issue Oct 2, 2018 · 0 comments
Open

Issues setting background color in Python 3 #20

taylorbell57 opened this issue Oct 2, 2018 · 0 comments

Comments

@taylorbell57
Copy link
Contributor

With Python 3.5.2 and matplotlib version 2.2.2, I get an error saying that there is no ax.set_axis_bgcolor function. Apparently this has been deprecated since matplotlib 2.0 (https://matplotlib.org/2.1.2/api/_as_gen/matplotlib.axes.Axes.set_axis_bgcolor.html). As a result, all instances of "set_axis_bgcolor" should be changed to "set_facecolor" throughout the script plot.py

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

1 participant