On Wednesday, October 1, 2014 11:58:34 AM UTC-4, Tim K wrote: > > Hi All, > > I am wondering if there is an equivalent to something like Matlab's > "plot3" command? >
Yes, PyPlot (a wrapper for Python's Matplotlib) has a plot3d(x,y,z) command that is similar in spirit to Matlab's plot3.
