File: __init__.py

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""PyVista Demos."""

from __future__ import annotations

from pyvista.demos.demos import glyphs as glyphs
from pyvista.demos.demos import orientation_cube as orientation_cube
from pyvista.demos.demos import orientation_plotter as orientation_plotter
from pyvista.demos.demos import plot_ants_plane as plot_ants_plane
from pyvista.demos.demos import plot_beam as plot_beam
from pyvista.demos.demos import plot_datasets as plot_datasets
from pyvista.demos.demos import plot_glyphs as plot_glyphs
from pyvista.demos.demos import plot_wave as plot_wave
from pyvista.demos.logo import logo_atomized as logo_atomized
from pyvista.demos.logo import logo_basic as logo_basic
from pyvista.demos.logo import logo_letters as logo_letters
from pyvista.demos.logo import logo_voxel as logo_voxel
from pyvista.demos.logo import plot_logo as plot_logo