gpt4 book ai didi

julia - 牛虻图中的标记函数

转载 作者:行者123 更新时间:2023-12-04 15:19:00 26 4
gpt4 key购买 nike

在 Gadfly 中直接绘制函数很容易:

plot([sin, cos], 0, 25)

这给了我两条不同颜色的线,在图例中自动标记为类似 f_1f_2 :

enter image description here

如何更改“颜色”图例中的默认名称?

最佳答案

设置 color标签列表的参数:

plot([sin, cos], 0, 25, color=["sine", "cosine"])

Update labels

关于julia - 牛虻图中的标记函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43801511/

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