File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ jobs:
112
112
run : make test PYTEST_EXTRA="-r P"
113
113
114
114
# Build the documentation
115
- # - name: Build the documentation
116
- # shell: bash -l {0}
117
- # run: make -C doc clean all
115
+ - name : Build the documentation
116
+ shell : bash -l {0}
117
+ run : make -C doc clean all
118
118
119
119
# Upload coverage to Codecov
120
120
- name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 24
24
25
25
fig = pygmt .Figure ()
26
26
# Plot the earth relief grid on Cylindrical Stereographic projection, masking land areas
27
- fig .basemap (region = "g " , frame = True , projection = "Cyl_stere/150/-20 /8i" )
27
+ fig .basemap (region = "d " , frame = True , projection = "Cyl_stere/8i" )
28
28
fig .grdimage (grid = grid , cmap = "gray" )
29
29
fig .coast (land = "#666666" )
30
30
# Plot using circles (c) of 0.15cm, the sampled bathymetry points
You can’t perform that action at this time.
0 commit comments