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
The following causes a segmentation fault when using the MacOS X backend:
In [1]: %matplotlibosxIn [2]: importmatplotlib.pyplotaspltIn [3]: fig=plt.figure()
In [4]: timer=fig.canvas.new_timer(interval=100)
In [5]: timer.single_shot=TrueIn [6]: deftest():
...: print("TEST")
...:
In [7]: timer.add_callback(test)
In [8]: timer.start()
In [9]: TESTIn [9]:
In [9]: timer.start()
Segmentationfault: 11
This works fine for the Qt5 backend. I'm using Matplotlib 2.1.