Skip to content

Commit 643cd36

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/using-issm/tutorials/squareiceshelf.md

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

4545
Finally, generate a plot of the velocity:
46-
``matlab
46+
<div style="background-color: rgb(100, 100, 90);">
47+
```Matlab
4748
>> plotmodel(md, 'data', md.results.StressbalanceSolution.Vel);
48-
``
49-
<div style="background-color: rgb(50, 50, 50);">
50-
``python
49+
```
50+
</div>
51+
<div style="background-color: rgb(90, 100, 90);">
52+
```python
5153
plotmodel(md, data=md.results.StressbalanceSolution.Vel)
52-
``
54+
```
5355
</div>
5456

5557

0 commit comments

Comments
 (0)