# Examples from pyvista.plotting.themes.Theme.point_size
# ======================================================

import pyvista as pv
pv.global_theme.point_size = 10.0

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

