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

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -