标签: python matplotlib mplot3d
在此示例中,matplotlib发表:referencee
有没有一种方法可以调整此行:
ax.plot(x, y, zs=0, zdir='z', label='curve in (x,y)')
类似于:
ax.hist2d(x,y, zs=0, zdir='z', label='curve in (x,y)')
以便让2d histogram plot投影3d图的x和y轴?