bionet.utils.plotting.wireframe

bionet.utils.plotting.wireframe(X, Y, Z, *args)

Plot a 3D wireframe.

Argument Description
X, Y, Data values as 2D arrays
Z  
rstride Array row stride (step size)
cstride Array column stride (step size)

Keyword arguments are passed on to LineCollection.

Returns a Line3DCollection