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
tkinter is problematic, so in stuff that imports matplotlib, the backend should be set to something else. We have usually used the Agg backend in such situations.
matplotlib.use('Agg')
tkinter is problematic, so in stuff that imports matplotlib, the backend should be set to something else. We have usually used the Agg backend in such situations.
matplotlib.use('Agg')