Skip to content

Add method which returns the pyvista plotter #2224

Open
@roosre

Description

@roosre

Description of the feature

There are several methods available to plot a field but the user cannot further tune the plot. Methods which return the pyvista plotter instead of showing the plot resolves this limitation.

The is feature requests origins from the need to hide all elements without results. The elements of interest are barely visible in this plot (example ishere).
nan_opacity does not really help because then only the element faces become visible.

Image

Steps for implementing the feature

No response

Useful links and references

Look at methods such as plot_contour and extract the generation of the plot from showing it. An option could also be to add a function argument whether to show the plot or return the plotter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions