|
35 | 35 | # Define figure configuration |
36 | 36 | pygmt.config(FORMAT_GEO_MAP="ddd.x", MAP_FRAME_TYPE="plain") |
37 | 37 | # Define the colormap for the figure |
38 | | -pygmt.makecpt(series=[500, 3540], cmap="turku") |
| 38 | +pygmt.makecpt(series=[500, 3540], cmap="SCM/turku") |
39 | 39 | # Setup subplots with two panels |
40 | 40 | with fig.subplot( |
41 | 41 | nrows=1, ncols=2, figsize=("13.5c", "4c"), title="Digital Elevation Model" |
|
104 | 104 | # Define figure configuration |
105 | 105 | pygmt.config(FORMAT_GEO_MAP="ddd.x", MAP_FRAME_TYPE="plain") |
106 | 106 | # Define the colormap for the figure |
107 | | -pygmt.makecpt(series=[0, divisions, 1], cmap="lajolla") |
| 107 | +pygmt.makecpt(series=[0, divisions, 1], cmap="SCM/lajolla") |
108 | 108 | # Setup subplots with two panels |
109 | 109 | with fig.subplot( |
110 | 110 | nrows=1, ncols=2, figsize=("13.5c", "4c"), title="Linear distribution" |
|
154 | 154 | # Define figure configuration |
155 | 155 | pygmt.config(FORMAT_GEO_MAP="ddd.x", MAP_FRAME_TYPE="plain") |
156 | 156 | # Define the colormap for the figure |
157 | | -pygmt.makecpt(series=[-4.5, 4.5], cmap="vik") |
| 157 | +pygmt.makecpt(series=[-4.5, 4.5], cmap="SCM/vik") |
158 | 158 | # Setup subplots with two panels |
159 | 159 | with fig.subplot( |
160 | 160 | nrows=1, ncols=2, figsize=("13.5c", "4c"), title="Normal distribution" |
|
218 | 218 | # Define figure configuration |
219 | 219 | pygmt.config(FORMAT_GEO_MAP="ddd.x", MAP_FRAME_TYPE="plain") |
220 | 220 | # Define the colormap for the figure |
221 | | -pygmt.makecpt(series=[0, divisions, 1], cmap="lajolla") |
| 221 | +pygmt.makecpt(series=[0, divisions, 1], cmap="SCM/lajolla") |
222 | 222 | # Setup subplots with two panels |
223 | 223 | with fig.subplot( |
224 | 224 | nrows=1, ncols=2, figsize=("13.5c", "4c"), title="Quadratic distribution" |
|
0 commit comments