Re: [Matplotlib-users] matplotlib.backends.backend_gtk3cairo memory leak

2015-05-27 Thread David
>IGtk3Agg should work in you use cairocffi instead of py(2/3)cairo. AFAIK py(2/3)cairo is more or less > unmaintained these days and that function has never been implemented in a > released version. Yes you're right. This does work. However you need to do the following steps: Run: pip install ca

Re: [Matplotlib-users] matplotlib.backends.backend_gtk3cairo memory leak

2015-05-27 Thread David
To clarify, this fixes the memory leak issue. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/matplotlib-backends-backend-gtk3cairo-memory-leak-tp45614p45629.html Sent from the matplotlib - users mailing list archive at Nabble.com. -