import matplotlib.pyplot as plt ts = pd.Series(random.randn(1000);绘图后再调用matplotlib.pyplot.show()方法就能把绘制的图显示出来了;后面发现此方法在知乎上那 ...
確定! 回上一頁