Closed as not planned
Description
import matplotlib
matplotlib.use('GTK3Cairo')
from pylab import *
ion()
plot([1,2,3])
xlabel('hi mom')
show()
doesn't show anything, no error no plot. same for backends gtk3agg.
Only when I close the python shell I get an error:
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/matplotlib/_pylab_helpers.py", line 86, in destroy_all
manager.destroy()
File "/usr/lib64/python3.3/site-packages/matplotlib/backends/backend_gtk3.py", line 427, in destroy
self.canvas.destroy()
AttributeError: 'FigureManagerGTK3Agg' object has no attribute 'canvas'