import matplotlib.pyplot as plt x = [1,2,3,4,5] plt.plot(x,'ro--', linewidth=2, markersize=6) # 簡化後的程式碼 plt.show(). Python matplotlib 教學- ...
確定! 回上一頁