Skip to content

Commit 82bb344

Browse files
Update intros
1 parent 74b3cf7 commit 82bb344

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/intro/02_contour_map.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# "oleron" is used; a full list of CPTs can be found at :gmt-docs:`reference/cpts.html`.
4444

4545
fig = pygmt.Figure()
46-
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="oleron")
46+
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="SCM/oleron")
4747
fig.show()
4848

4949

@@ -64,7 +64,7 @@
6464
# :meth:`pygmt.Figure.grdimage`.
6565

6666
fig = pygmt.Figure()
67-
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="oleron")
67+
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="SCM/oleron")
6868
fig.colorbar(frame=["a1000", "x+lElevation", "y+lm"])
6969
fig.show()
7070

@@ -85,7 +85,7 @@
8585
# lines can be adjusted (separately) by specifying the desired ``pen``.
8686

8787
fig = pygmt.Figure()
88-
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="oleron")
88+
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="SCM/oleron")
8989
fig.grdcontour(grid=grid, levels=500, annotation=1000)
9090
fig.colorbar(frame=["a1000", "x+lElevation", "y+lm"])
9191
fig.show()
@@ -100,7 +100,7 @@
100100
# the ``shorelines`` parameter draws a border around the islands.
101101

102102
fig = pygmt.Figure()
103-
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="oleron")
103+
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="SCM/oleron")
104104
fig.grdcontour(grid=grid, levels=500, annotation=1000)
105105
fig.coast(shorelines="2p", land="lightgray")
106106
fig.colorbar(frame=["a1000", "x+lElevation", "y+lm"])

0 commit comments

Comments
 (0)