File: plot_cone.py

package info (click to toggle)
python-pyvista 0.46.3-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 177,564 kB
  • sloc: python: 94,482; sh: 129; makefile: 70
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from __future__ import annotations

import pyvista

pyvista.Cone().plot()