Closed wmwv closed 6 years ago
Remove matplotlib.use('Agg') setting in the module.
matplotlib.use('Agg')
Remove bare module-level import matplotlib Move to within plotting functions.
import matplotlib
Remove
matplotlib.use('Agg')
setting in the module.Remove bare module-level
import matplotlib
Move to within plotting functions.