Simplest way to plot 3d sphere by python? -
this simplest know:
from visual import * ball1=sphere(pos=vector(x,y,z),radius=radius,color=color)
which alternatives can suggest?
see mayavi library 3d visualization , examples draw sphere. should work python 2.7.
enjoy!
Comments
Post a Comment