Menu

#5 NumPy version of MATLAB's plot3(...)

v1.0 (example)
closed
nobody
None
5
2016-06-07
2013-06-07
No

fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.scatter(x, y, z)

Discussion

  • Vidar Gundersen

    Vidar Gundersen - 2016-06-07

    Fixed in Github clone.

     
  • Vidar Gundersen

    Vidar Gundersen - 2016-06-07
    • status: open --> closed
     

Log in to post a comment.