This page was generated from docs\source\examples/lighting.ipynb.

Plotting with lighting#

[1]:
from sigmaepsilon.mesh.downloads import download_badacsony

polydata = download_badacsony(read=True)

polydata.plot(
    notebook=True,
    jupyter_backend="static",
    theme="document",
    lighting=True,
    show_edges=False
    )
../_images/examples_lighting_1_0.png