# Examples from pyvista.PlanesAssembly.x_label
# ============================================

import pyvista as pv
planes = pv.PlanesAssembly()
planes.x_label = 'This plane'
planes.x_label

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

