We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe5adf commit ab94fa9Copy full SHA for ab94fa9
doc/source/user_guide/tutorials/plot/plotting_data_on_specific_placements.rst
@@ -201,8 +201,9 @@ Plot data on geometry elements
201
This part shows how to get a result mapped over different geometric objects:
202
203
- Points_
204
-- Lines_
205
-- Planes_
+- Line_
+- Plane_
206
+
207
Define the data
208
^^^^^^^^^^^^^^^
209
@@ -231,7 +232,7 @@ We choose to plot the displacement results field. Extract the displacements resu
231
232
233
.. code-block:: python
234
- # Get the displacement result field
235
+ # Get the displacement results
236
my_disp = my_model.results.displacement.eval()
237
238
We use the the plot method [1]_ to display the geometry elements with the mesh. To a better
0 commit comments