matplotlib.pyplot 包含一系列类似 MATLAB 中绘图函数的相关函数。每个 matplotlib.pyplot ... In [3]:. plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show() ...
確定! 回上一頁