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

venn background color example broken #9

Closed
EricThomson opened this issue Sep 4, 2019 · 1 comment
Closed

venn background color example broken #9

EricThomson opened this issue Sep 4, 2019 · 1 comment

Comments

@EricThomson
Copy link

EricThomson commented Sep 4, 2019

In reference to:
https://python-graph-gallery.com/174-change-background-colour-of-venn-diagram/

Following line uses deprecated feature and throws an error:
plt.gca().set_axis_bgcolor('skyblue')

The following works:
plt.gca().set_facecolor('skyblue')

@holtzy
Copy link
Owner

holtzy commented Feb 27, 2021

Done in new version coming soon. Thanks for the feedback!

@holtzy holtzy closed this as completed Feb 27, 2021
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