Skip to content

Commit 45ed076

Browse files
CHG: testing color highlighting
1 parent 2556fe4 commit 45ed076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-issm/tutorials/squareiceshelf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Finally, generate a plot of the velocity:
4444

4545
*MATLAB*
4646
```mat
47-
plotmodel(md, data=md.results.StressbalanceSolution.Vel)
47+
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
4848
```
4949

5050
*Python*
5151
```py
52-
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
52+
plotmodel(md, data=md.results.StressbalanceSolution.Vel)
5353
```
5454

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

Comments
 (0)