Matplotlib Backend and segmentation fault

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
stil
Posts: 28
Joined: Thu Jul 01, 2010 8:47 am
Location: Mulhouse - France

Matplotlib Backend and segmentation fault

Post 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 !
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Matplotlib Backend and segmentation fault

Post by ted »

Thanks for the tip. Matplotlib has a lot of useful functionality, so I'm sure many users will find this helpful.
Post Reply