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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -