pyvista.plotting.themes._Font.fmt# property _Font.fmt: str[ソース]# 数値データのフォーマットに使用する文字列フォーマッタを返すか設定します. 例 Set the string formatter used to format numerical data to '{:.6e}'. >>> import pyvista as pv >>> pv.global_theme.font.fmt = '{:.6e}'