成功解决AttributeError: ‘JointGrid‘ object has no attribute ‘annotate‘
生活随笔
收集整理的這篇文章主要介紹了
成功解决AttributeError: ‘JointGrid‘ object has no attribute ‘annotate‘
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
成功解決AttributeError: 'JointGrid' object has no attribute 'annotate'
?
?
?
目錄
解決問題
解決思路
解決方法
?
?
?
解決問題
Traceback (most recent call last):File "F:\test2021011.py", line 60, in <module>JointGridScatterPlot(col_nums02,data_frame)File "F:\site-packages\DataVisualize_Functions2D.py", line 222, in JointGridScatterPlotfg.annotate(stats.pearsonr) AttributeError: 'JointGrid' object has no attribute 'annotate'?
?
?
解決思路
屬性錯誤:'JointGrid'對象沒有'annotate'屬性
?
?
?
?
解決方法
fg=sns.JointGrid(x=cols[0],y=cols[1],data=data_frame,)fg=fg.plot_joint(plt.scatter,color='m',edgecolor='white') fg.annotate(stats.pearsonr)JointGrid類中沒有該方法,建議升級或者更新包的版本。
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
總結(jié)
以上是生活随笔為你收集整理的成功解决AttributeError: ‘JointGrid‘ object has no attribute ‘annotate‘的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 成功解决Type Error: can‘
- 下一篇: Python之Pandas:利用pand