在使用matplotlib时遇到这样一个问题,画图时运行程序但是没有显示出来,代码如下。import matplotlib.pyplot as plt plt.plot([10, 20, 30]) plt.xlabel('tiems') ...
確定! 回上一頁