File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -551,6 +551,8 @@ def plot(
551551 Used to deform the plotted mesh. Must output a 3D vector field.
552552 scale_factor:
553553 Scaling factor to apply when warping the mesh.
554+ meshed_region:
555+ Mesh to plot the field on.
554556 **kwargs:
555557 Additional keyword arguments for the plotter. For additional keyword
556558 arguments, see ``help(pyvista.plot)``.
Original file line number Diff line number Diff line change @@ -852,6 +852,8 @@ def plot_contour(
852852 shell_layers:
853853 Enum used to set the shell layers if the model to plot
854854 contains shell elements. Defaults to the top layer.
855+ meshed_region:
856+ Mesh to plot the data on.
855857 deform_by:
856858 Used to deform the plotted mesh. Must output a 3D vector field.
857859 scale_factor:
You can’t perform that action at this time.
0 commit comments