标签: python plotly contour matplotlib-basemap contourf
我正在尝试绘制污染物的3个浓度级别。我调查了https://plot.ly/python/3d-surface-plots/。我需要的是z轴表示#of层,即z = [0,1,2],并为每个z绘制该层的轮廓线。
还可以像http://basemaptutorial.readthedocs.io/en/latest/basemap3d.html一样向底图添加底图投影吗?
有什么想法吗?