matplotlib.pyplot.plot()绘图参数

matplotlib.pyplot.plot()参数详解:

https://blog.csdn.net/chinwuforwork/article/details/51786967

  • 具体用法
import matplotlib.pyplot as plt
plt.plot(x, y, 'r*-',linewidth=2.0)

猜你喜欢

转载自blog.csdn.net/weixin_40695510/article/details/81254587