scatter3D() function ValueError: shape mismatch: objects cannot be broadcast to a single shape

后端 未结 0 1889
难免孤独
难免孤独 2021-02-07 21:18

I am building a 3D graph for a representation. I used the following code.

ax = plt.axes(projection = \'3d\')
ax.scatter3D(x_int, y_int, der_int, c=der_int, cmap =         


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