Simple heatmap with 2 1D columns as x and y-axis, and 1 1D column as z-axis

后端 未结 0 1571
余生分开走
余生分开走 2021-01-30 07:00

I have the dataframe with x- and y-axis coordinates and z-values:

df = pd.DataFrame({\'x\':[1,2,2,3,3,3],\'y\':[1,1,2,1,2,3],\'z\':[3,2,4,5,1,6]})
df
相关标签:
回答
  • 消灭零回复
提交回复
热议问题