AlbinJS / IPTClock

A countdown clock for IPT written in python using tKinter
GNU General Public License v3.0
0 stars 4 forks source link

AttributeError: 'AxesSubplot' object has no attribute 'set_facecolor' #25

Closed joel-magnusson closed 7 years ago

joel-magnusson commented 7 years ago

I get the following error as of https://github.com/AlbinJS/IPTClock/commit/ccc3568bc078f72dbb5422eeb8c960e99619fa72: File "/Users/joel/Coding/IPTClock/Classes/iptclock_classes.py", line 155, in create_clock_canvas ax.set_facecolor(None) AttributeError: 'AxesSubplot' object has no attribute 'set_facecolor'

It runs if I comment out the relevant line, but I'm unsure of what the graphical difference is.

AlbinJS commented 7 years ago

Hmmm, it also works for me when commented out... When I wrote it it was probably clever... I have commented it out for now...