Plotter

This module provides some visualization functions mainly for debugging smooth distance functions. For plotting simulation results, it is recommended to use meshio for writing VTK files and inspecting them in Paraview. See the quickstart guide as an example.

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.