AttributeError: 'numpy.ndarray' object has no attribute 'set_aspect'

前端 未结 0 1100
走了就别回头了
走了就别回头了 2020-12-30 05:28

When I write the code:

for i in iaq:

fig, ax = plt.subplots(8,5,figsize=(8,5))
df_g2[df_g2[\'aq_date\'] == i].plot(column=\'zone_id\', cmap=\'Greens\', ax=ax         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题