from matplotlib import pyplot as plt
在该句前加上:
import matplotlib
matplotlib.use(‘TkAgg’)
Python is not installed as a framework
最新推荐文章于 2022-06-18 13:47:59 发布
from matplotlib import pyplot as plt
在该句前加上:
import matplotlib
matplotlib.use(‘TkAgg’)