pyvista.plotting.themes.Theme#
- class Theme[source]#
Base VTK theme.
Examples
Change the global default background color to white.
>>> import pyvista as pv >>> pv.global_theme.color = 'white'
Show edges by default.
>>> pv.global_theme.show_edges = True
Create a new theme from the default theme and apply it globally.
>>> from pyvista.plotting.themes import DocumentTheme >>> my_theme = DocumentTheme() >>> my_theme.color = 'red' >>> my_theme.background = 'white' >>> pv.global_theme.load_theme(my_theme)
Methods#
|
Overwrite the current theme with a theme. |
Restore the theme defaults. |
|
|
Serialize this theme to a json file. |
Attributes#
Return or set the default above range color. |
|
Return or set whether to allow plotting empty meshes. |
|
Enable or disable anti-aliasing. |
|
Automatically close the figures when finished plotting. |
|
Return or set the default |
|
Return or set the default background color of pyvista plots. |
|
Return the default before_close_callback function for Plotter. |
|
Return or set the default below range color. |
|
Return or set the default camera position. |
|
Return or set the default colormap of pyvista. |
|
Return or set the default color of meshes in pyvista. |
|
Return or set the default color cycler used to color meshes. |
|
Return or set the default parameters of a horizontal colorbar. |
|
Return or set the default colorbar orientation. |
|
Return or set the default parameters of a vertical colorbar. |
|
Return or set the default depth peeling parameters. |
|
Return or set the default edge color. |
|
Return or set the edges opacity. |
|
Enable the camera orientation widget in all plotters. |
|
Return or set the default floor color. |
|
Return or set the default font size, family, and/or color. |
|
Return if figures are shown in full screen. |
|
Return or set hidden line removal. |
|
Return or set the default image scale factor. |
|
Return or set the default |
|
Return or set whether to interpolate colors before mapping. |
|
Return or set the jupyter notebook plotting backend. |
|
Return or set the default |
|
Return or set the default lighting configuration. |
|
Return or set the default line width. |
|
Return or set the logo file. |
|
Return or set the default |
|
Return or set the default |
|
Return or set the name of the theme. |
|
Return or set the default NaN color. |
|
Return or set the state of notebook plotting. |
|
Return or set the opacity. |
|
Return or set the default outline color. |
|
Return or set the default point size. |
|
Return or set the default |
|
Return or set the default |
|
Set or return resampling environment texture. |
|
Return or set the default behavior of returning the camera position. |
|
Set or return the angle of the sharp edges feature angle. |
|
Return or set the default edge visibility. |
|
Return or set the default color bar visibility. |
|
Return or set the default vertex visibility. |
|
Return or set the default |
|
Return the default slider style configurations. |
|
Return or set the default |
|
Set or return splitting sharp edges. |
|
Return or set the default |
|
Return or set the default trame parameters. |
|
Return or set the default |
|
Return or set the default |
|
Return or set the default render window size. |