Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Wireframes and Surface Plots

fig = plt.figure()
ax = plt.axes(projection='3d')
ax.plot_wireframe(X, Y, Z, color='black')
ax.set_title('wireframe');
Source by jakevdp.github.io #
 
PREVIOUS NEXT
Tagged: #Wireframes #Surface #Plots
ADD COMMENT
Topic
Name
6+1 =