Skip to content

Commit ab94fa9

Browse files
updates
1 parent dfe5adf commit ab94fa9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/user_guide/tutorials/plot/plotting_data_on_specific_placements.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ Plot data on geometry elements
201201
This part shows how to get a result mapped over different geometric objects:
202202

203203
- Points_
204-
- Lines_
205-
- Planes_
204+
- Line_
205+
- Plane_
206+
206207
Define the data
207208
^^^^^^^^^^^^^^^
208209

@@ -231,7 +232,7 @@ We choose to plot the displacement results field. Extract the displacements resu
231232

232233
.. code-block:: python
233234
234-
# Get the displacement result field
235+
# Get the displacement results
235236
my_disp = my_model.results.displacement.eval()
236237
237238
We use the the plot method [1]_ to display the geometry elements with the mesh. To a better

0 commit comments

Comments
 (0)