Closed joel-magnusson closed 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'
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.
Hmmm, it also works for me when commented out... When I wrote it it was probably clever... I have commented it out for now...
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.