# Examples from pyvista.LookupTable.to_opacity_tf
# ===============================================

import pyvista as pv
lut = pv.LookupTable()
tf = lut.to_opacity_tf()
tf

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

