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 dcc56e7 commit 8e2c94fCopy full SHA for 8e2c94f
docs/using-issm/tutorials/squareiceshelf.md
@@ -43,9 +43,14 @@ Compute the velocity field of the ice shelf:
43
````
44
45
Finally, generate a plot of the velocity:
46
-````
+``matlab
47
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
48
+``
49
+<div style="background-color: rgb(50, 50, 50);">
50
+``python
51
+plotmodel(md, data=md.results.StressbalanceSolution.Vel)
52
53
+</div>
54
55
56
<div style="display:flow-root"><img style="float:left;width:100.00%" src="/ISSM-Documentation/assets/img/docs/using-issm/tutorials/squareiceshelf/squarevel.png" alt="Figure 1: squarevel"></div>
0 commit comments