File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
# Shorelines
22
22
# ----------
23
23
#
24
- # Use the ``shorelines`` argument to plot only the shorelines:
24
+ # Use the ``shorelines`` parameter to plot only the shorelines:
25
25
26
26
fig = pygmt .Figure ()
27
27
fig .basemap (region = "g" , projection = "W15c" , frame = True )
78
78
# Land and water
79
79
# --------------
80
80
#
81
- # Use the ``land`` and ``water`` arguments to specify a fill color for land and water
81
+ # Use the ``land`` and ``water`` parameters to specify a fill color for land and water
82
82
# bodies. The colors can be given by name or hex codes (like the ones used in HTML and
83
83
# CSS):
84
84
85
85
fig = pygmt .Figure ()
86
- fig .basemap (region = "g" , projection = "W10i " , frame = True )
86
+ fig .basemap (region = "g" , projection = "W15c " , frame = True )
87
87
fig .coast (land = "#666666" , water = "skyblue" )
88
88
fig .show ()
You can’t perform that action at this time.
0 commit comments