Page 1 of 1

Matplotlib Backend and segmentation fault

Posted: Wed Jun 22, 2011 8:08 am
by stil
For those who use python and matplotlib for plotting results :

Just a note about the setting of the matplotlib backend setting (http://matplotlib.sourceforge.net/faq/i ... g_faq.html).

When i used "GTKAgg", most of my models raised "segmentation fault", so i changed to "Qt4Agg".

Hope it will help !

Re: Matplotlib Backend and segmentation fault

Posted: Wed Jun 22, 2011 12:21 pm
by ted
Thanks for the tip. Matplotlib has a lot of useful functionality, so I'm sure many users will find this helpful.