在colab中运行plt.plot()之后,就会自动show画出… ... import numpy as np import matplotlib.pyplot as plt x=np.linspace(1,10,num=100) print('x=' ...
確定! 回上一頁