Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Wireframes and Surface Plots

ax = plt.axes(projection='3d')
ax.plot_surface(X, Y, Z, rstride=1, cstride=1,
                cmap='viridis', edgecolor='none')
ax.set_title('surface');
Source by jakevdp.github.io #
 
PREVIOUS NEXT
Tagged: #Wireframes #Surface #Plots
ADD COMMENT
Topic
Name
6+2 =