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 !
Matplotlib Backend and segmentation fault
Moderator: hines
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Matplotlib Backend and segmentation fault
Thanks for the tip. Matplotlib has a lot of useful functionality, so I'm sure many users will find this helpful.