gpt4 book ai didi

python - Plotly:如何使用 plotly express 设置误差线的宽度?

转载 作者:行者123 更新时间:2023-12-05 03:47:41 28 4
gpt4 key购买 nike

我有这段代码。我可以使用 px.scatter 编辑误差条的宽度吗?

tab = pd.read_csv("hct.csv")
fig=px.scatter(tab, x="diametro", y="prof", color="s-c", trendline="ols",error_y="erro prof",error_x="erro diam", width=600, height=400)
fig.show()

最佳答案

您还没有指定宽度是否应该由数字变量设置,或者您是否只想让每个错误栏的线更宽一点。但是做后者的方法是,例如:

fig.data[0].error_y.thickness = 12

这将变成:

enter image description here

进入这个:

enter image description here

无论您是使用 ploty.express 还是 plotly.graph_objects 构建图形都没有关系

完整代码:

关于python - Plotly:如何使用 plotly express 设置误差线的宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64793120/

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