change matplotlib backend from qt5agg to QtAgg
according to the matplotlib docs (https://matplotlib.org/stable/api/backend_qt_api.html) specifing the exact qt version is depreceated and from now on only QtAgg should be specified for the qt backend.
This commit is contained in:
@@ -5,7 +5,7 @@ from decimal import Decimal
|
||||
from collections import defaultdict
|
||||
|
||||
import matplotlib
|
||||
matplotlib.use('Qt5Agg')
|
||||
matplotlib.use('QtAgg')
|
||||
import matplotlib.pyplot as plt
|
||||
import matplotlib.dates as md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user