SPIDERMAN icon indicating copy to clipboard operation
SPIDERMAN copied to clipboard

Issues setting background color in Python 3

Open taylorbell57 opened this issue 6 years ago • 0 comments

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

taylorbell57 avatar Oct 02 '18 14:10 taylorbell57