File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 72
72
interval = 250 ,
73
73
grid = grid ,
74
74
limit = [- 4000 , - 2000 ],
75
- projection = "M4i " ,
75
+ projection = "M10c " ,
76
76
frame = True ,
77
77
)
78
78
fig .show ()
85
85
# colormap to the contour map. It must be called prior to
86
86
# :meth:`pygmt.Figure.grdcontour` to keep the contour lines visible on the final map.
87
87
# If the ``projection`` argument is specified in the :meth:`pygmt.Figure.grdimage`
88
- # method, it does not need to be repeated in
89
- # the :meth:`pygmt.Figure.grdcontour` method.
88
+ # method, it does not need to be repeated in the :meth:`pygmt.Figure.grdcontour` method.
90
89
91
90
fig = pygmt .Figure ()
92
91
fig .grdimage (
93
92
grid = grid ,
94
93
cmap = "haxby" ,
95
- projection = "M4i " ,
94
+ projection = "M10c " ,
96
95
frame = True ,
97
96
)
98
97
fig .grdcontour (
You can’t perform that action at this time.
0 commit comments