Comment 3 for bug 1737979

Revision history for this message
Giuseppe Scelsi (gscelsi) wrote :

In my machine matplotlib by default selects the "TkAgg" backend. I worked around this freezing problem by selecting the "gtk3" backend instead, as in 'ipython3 --pylab=gtk3'. I had to install 'python3-cairocffi' as requested by a warning at startup and now everything seems to work well.