File: theme.rst

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 (33 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. _theme_api:

Themes
~~~~~~
PyVista plotting parameters can be controlled on a plot by plot basis
or through a global theme, making it possible to control mesh colors
and styles through one global configuration.

The ``DocumentTheme`` is the default theme for PyVista. ``Theme``
provides a theme that is similar to the default styling of VTK.

See :ref:`themes_example` for an example on how to use themes within
PyVista.

.. currentmodule:: pyvista.plotting

.. autosummary::
   :toctree: _autosummary

   themes.DarkTheme
   themes.Theme
   themes.DocumentTheme
   themes.ParaViewTheme
   themes._AxesConfig
   themes._CameraConfig
   themes._ColorbarConfig
   themes._DepthPeelingConfig
   themes._Font
   themes._LightingConfig
   themes._SilhouetteConfig
   themes._SliderConfig
   themes._SliderStyleConfig
   themes._TrameConfig