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
Matplotlib has multiple blocking functions that often require disabling, and there is no easy way to do it.
New api:
monkeypatch.patchMatplotlib() # tries to set Agg as backend and disables blocking functionsmonkeypatch.patchNumpy() # don't throw floating point warnings, throw errors instead
The text was updated successfully, but these errors were encountered:
Matplotlib has multiple blocking functions that often require disabling, and there is no easy way to do it.
New api:
The text was updated successfully, but these errors were encountered: