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
By default matplotlib uses an X window backend. micplot will therefore die if one isn't available. Can be fixed by adding this before any pyplot import
import matplotlib
matplotlib.use('Agg')
The text was updated successfully, but these errors were encountered:
By default matplotlib uses an X window backend. micplot will therefore die if one isn't available. Can be fixed by adding this before any pyplot import
import matplotlib
matplotlib.use('Agg')
The text was updated successfully, but these errors were encountered: