【发布时间】:2017-05-26 20:55:03
【问题描述】:
我有一个 geodataframe 正在尝试绘制。
没有参数,它很高兴地绘制了这个:
但是当我尝试这个gp_aircon_df.geometry.plot(column="coolingHours", cmap='spring'); 我得到:
TypeError: There is no Line2D property "column"
df 真的很简单:
coolingHours geometry
0 5377 POLYGON ((130.834539712 -12.45798405399995, 13...
1 5377 POLYGON ((130.8471142530001 -12.37754403699995...
.
.
知道发生了什么吗?
(不是this problem)
【问题讨论】: