テーマ#

PyVistaのプロットパラメータはプロット単位またはグローバルテーマで制御でき,1つのグローバル設定でメッシュの色とスタイルを制御できます.

DocumentTheme は,PyVistaのデフォルトのテーマです. Theme はVTKのデフォルトのスタイリングに近いテーマを提供します.

PyVistaでのテーマの使い方の例は, グローバルおよびローカルプロットテーマの制御 を参照してください.

themes.DarkTheme()

ダークモードのテーマ.

themes.Theme()

ベースとなるVTKテーマ.

themes.DocumentTheme()

論文やプレゼンテーションに適したドキュメントテーマです.

themes.ParaViewTheme()

Paraviewらしいテーマです.

themes._AxesConfig()

PyVistaの軸設定.

themes._ColorbarConfig()

PyVistaのカラーバー設定.

themes._DepthPeelingConfig()

PyVistaのデプスピーリングの設定.

themes._Font()

PyVistaのプロッターフォント設定.

themes._LightingConfig()

PyVistaの照明設定.

themes._SilhouetteConfig()

PyVistaのシルエットの設定.

themes._SliderConfig()

すべてのスライダースタイルを網羅したPyVistaの構成.

themes._SliderStyleConfig()

単一のスライダースタイルのためのPyVistaの設定.

themes._TrameConfig()

PyVista Trameの設定.