Skip to content

Commit 8e2c94f

Browse files
CHG: testing matlab/python differences
1 parent dcc56e7 commit 8e2c94f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/using-issm/tutorials/squareiceshelf.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@ Compute the velocity field of the ice shelf:
4343
````
4444

4545
Finally, generate a plot of the velocity:
46-
````
46+
``matlab
4747
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
48-
````
48+
``
49+
<div style="background-color: rgb(50, 50, 50);">
50+
``python
51+
plotmodel(md, data=md.results.StressbalanceSolution.Vel)
52+
``
53+
</div>
4954

5055

5156
<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

Comments
 (0)