fixed matplotlib overhead
This commit is contained in:
parent
d44df6779c
commit
be2a5d1a68
|
@ -17,6 +17,8 @@
|
|||
# #
|
||||
|
||||
from io import BytesIO
|
||||
import matplotlib
|
||||
matplotlib.use("Agg")
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user