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

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

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

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -