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
#288 brought in AGG changes from Matplotlib. It also introduced the one and only throw from AGG code. Unfortunately that except is not being caught, so it will result in abort() being called if it is ever triggered.
#288 brought in AGG changes from Matplotlib. It also introduced the one and only
throwfrom AGG code. Unfortunately that except is not being caught, so it will result inabort()being called if it is ever triggered.Related issues: