You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not know if this is the right place because it is not a bug in the library but in the examples.
Tried to run the example http://matplotlib.org/examples/misc/multiprocess.html and I think it would be good to make the following changes:
remove dependencies to gobject
matplotlib.use('GtkAgg')
import gobject
return return call_back()
instead of return call_back