Error reporting.
python3.6 produces the following error when typing import matplotlib.pyplot as plt.
How to Solve:
import matplotlib as mpl
mpl.use(‘TkAgg’)
import matplotlib.pyplot as plt
Error reporting.
python3.6 produces the following error when typing import matplotlib.pyplot as plt.
How to Solve:
import matplotlib as mpl
mpl.use(‘TkAgg’)
import matplotlib.pyplot as plt