Skip to content

Instantly share code, notes, and snippets.

@ad-1
Created June 6, 2022 18:39
Show Gist options
  • Select an option

  • Save ad-1/206e3b1accf38ef0239819c6d8fea314 to your computer and use it in GitHub Desktop.

Select an option

Save ad-1/206e3b1accf38ef0239819c6d8fea314 to your computer and use it in GitHub Desktop.
PyVista Simple Sphere
import pyvista
sphere = pyvista.Sphere()
sphere.plot(show_edges=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment