If I try to
from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg
I get a failure of import not found. No module named 'matplotlib.backends.backend_qtagg
I am using Python3 OS Buster.
Any help?
If I try to
from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg
I get a failure of import not found. No module named 'matplotlib.backends.backend_qtagg
I am using Python3 OS Buster.
Any help?