官网介绍
1、plt.plot(*args, scalex=True, scaley=True, data=None, **kwargs)
x轴数据,默认range(len(y))
y轴数据,
fmt : str, optional 格式字符串,例如“ro”代表红圈。
scalex, scaley : bool, optional, default: True这些参数确定视图限制是否适用于数据限制。
data : indexable object, optional 需要标记的数据
**kwargs : Line2D properties, optional 指定诸如线标签、线宽、抗锯齿、标记面颜色等属性

plt.plot()函数参数介绍
plt.plot()函数参数介绍
plt.plot()函数参数介绍
参数较多,具体看官网,需要在画图中慢慢积累

相关文章:

  • 2021-11-30
  • 2021-12-06
  • 2021-09-28
  • 2021-05-02
  • 2022-02-09
  • 2021-06-22
  • 2022-01-29
猜你喜欢
  • 2021-07-02
  • 2021-09-01
  • 2021-08-04
  • 2021-09-24
  • 2021-04-13
相关资源
相似解决方案