Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-py…
Browse files Browse the repository at this point in the history
…thon-4.6.0
  • Loading branch information
PProfizi authored May 11, 2023
2 parents 300d259 + e0c2481 commit b91721c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user_guide/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can plot the total deformation (norm of the displacement vector field) with:
>>> displacement_norm.plot(screenshot="crankshaft_disp.png")
.. figure:: ./images/crankshaft_disp.png
.. figure:: ./../images/crankshaft_disp.png
:width: 300pt

Normal stresses
Expand All @@ -63,5 +63,5 @@ You can plot the nodal xx-component of stress with:
>>> stress_xx.plot(screenshot="crankshaft_stress_xx.png")
.. figure:: ./images/crankshaft_stress_xx.png
.. figure:: ./../images/crankshaft_stress_xx.png
:width: 300pt

0 comments on commit b91721c

Please sign in to comment.