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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -