关于绘制热力图中遇到的报错问题求解

img

 TypeError                                               Traceback(mostrecentcalllast)
 Cell In[66],1ine 31
     29cax=pit.axes([0.13,0.32,0.02,0.3])
     30#绘制热力图
  >31sns.kdeplot(datasampleLLng                                        datasamplel'Lat
     32                   alpha
     33                 gridsize
     34                 bw=0.03
     35                 shade=True
     36                 shade lowest=False
     37                 cbar=True
     38                 cmap        cmap.
     39                 ax=      aX
     40                 cbar_ax=cax)#指定colorbar位置
     42pit.show()
 TypeError:kdeplotO takes from 0 to 1 positional arguments but 2 positional arguments(and 4keyword-only arguments)were given

想知道如何解决