fixed matplotlib overhead

This commit is contained in:
Daniel Knüttel 2018-01-18 11:22:18 +01:00
parent d44df6779c
commit be2a5d1a68

View File

@ -17,6 +17,8 @@
# # # #
from io import BytesIO from io import BytesIO
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt import matplotlib.pyplot as plt