Skip to content

Problems in plot results from Modal analysis #3682

Closed Answered by germa89
Narayanan-T asked this question in Q&A
Discussion options

You must be logged in to vote

From the documentation any additional keyword argument is passed to the pyvista.plot function. Hence you can do:

from ansys.mapdl.reader import examples

# Download an example shaft modal analysis result file
shaft = examples.download_shaft_modal()
shaft.plot_nodal_displacement(0, screenshot="my_plot.png") # save as 'my_plot.png'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants