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 2556fe4 commit 45ed076Copy full SHA for 45ed076
docs/using-issm/tutorials/squareiceshelf.md
@@ -44,12 +44,12 @@ Finally, generate a plot of the velocity:
44
45
*MATLAB*
46
```mat
47
-plotmodel(md, data=md.results.StressbalanceSolution.Vel)
+>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
48
```
49
50
*Python*
51
```py
52
->> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
+plotmodel(md, data=md.results.StressbalanceSolution.Vel)
53
54
55
<div style="display:flow-root"><img style="float:middle;width:50.00%" src="/ISSM-Documentation/assets/img/docs/using-issm/tutorials/squareiceshelf/squarevel.png" alt="Figure 1: squarevel"></div>
0 commit comments