gpt4 book ai didi

python - 在python中绘制多条线

转载 作者:行者123 更新时间:2023-12-01 22:11:49 25 4
gpt4 key购买 nike

<分区>

我是 Python 的新手,我想在一张图中绘制多条线,如下图所示。

enter image description here

我试过像这样编写简单的绘图代码: enter image description here

我知道这些参数

 # red dashes, blue squares and green triangles
plt.plot(t, t, 'r--', t, t**2, 'bs', t, t**3, 'g^')

但是我在第一个图中有很多这样的线,我可以使用什么样的参数来像第一个图那样绘图。

谢谢

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com