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 8e2c94f commit 643cd36Copy full SHA for 643cd36
docs/using-issm/tutorials/squareiceshelf.md
@@ -43,13 +43,15 @@ Compute the velocity field of the ice shelf:
43
````
44
45
Finally, generate a plot of the velocity:
46
-``matlab
+<div style="background-color: rgb(100, 100, 90);">
47
+```Matlab
48
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
-``
49
-<div style="background-color: rgb(50, 50, 50);">
50
-``python
+```
+</div>
51
+<div style="background-color: rgb(90, 100, 90);">
52
+```python
53
plotmodel(md, data=md.results.StressbalanceSolution.Vel)
54
55
</div>
56
57
0 commit comments