gpt4 book ai didi

python - ggplot 0.5 中的 UnboundLocalError

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

我有以下代码

p = ggplot(aes(x='DHT temp',y='temp3'), data=data)
p + geom_point(alpha=0.1, size=10) + scale_x_continuous(limits=(20,30)) +
scale_y_continuous(limits=(0,170)) + theme_bw()\
+ geom_abline(intercept=20)

我收到以下错误:

<repr(<ggplot.ggplot.ggplot at 0x607a3d0>) 
failed: UnboundLocalError: local variable 'x' referenced before assignment>

一些示例数据

     HIH     DHThum  DHTtemp temp1   temp3
0 350 67.7 22.7 328 148
1 356 67.9 22.7 328 149
2 365 67.8 22.7 328 148
3 349 67.9 22.6 327 148
4 348 68.0 22.6 328 149

最佳答案

这是一个 bug in ggplot已在 0.5.8 版本中修复。

关于python - ggplot 0.5 中的 UnboundLocalError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24305044/

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