3D Volume¶
The PyVista backend renders the full 3-D pressure volume as isosurfaces, enabling interactive exploration of the focal region. See the Multi-element 3-D example for working code.
from esdiva.plotting import plot3D_pressure_vol
pl = plot3D_pressure_vol(p, x=x, y=y, z=z, contour_levels=11)
pl.show()

Transient volumes animate the propagating wavefront:

For imaging studies, the same scene shows a 3-D scatterer phantom together with the matrix probe — here a Zeus matrix array above a speckle phantom with anechoic targets and wires:

Beamforming the received echoes reconstructs the full 3-D B-mode volume — here the Zeus matrix array resolving anechoic targets and wires inside the speckle:
