Plotter

This module provides some convenience functions for interactive 3D plotting and exporting visualizations using PyVista and Plotly.

pv_plot(x_vis, data[, export_vtk, show, ...])

Plots and optionally exports 3D data using PyVista.

pv_function_plot(x_vis, fun[, scale_range, ...])

Convenience function for visualizing/debugging smooth distance functions.

isosurface(x_vis, data[, n_surfaces])

Plots isosurfaces for structured 3D data using Plotly.