File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 20
20
21
21
fig = pygmt .Figure ()
22
22
# Using the origin and azimuth
23
- fig .coast (projection = "Oa-120/25/-30/12c+v" ,
23
+ fig .coast (
24
+ projection = "Oa-120/25/-30/12c+v" ,
24
25
# Set bottom left and top right coordinates of the figure with "+r"
25
- region = "-122/35/-107/22+r" ,
26
+ region = "-122/35/-107/22+r" ,
26
27
frame = "afg" ,
27
28
land = "gray" ,
28
29
shorelines = "1/thin" ,
29
30
water = "lightblue" ,
30
- )
31
+ )
31
32
fig .show ()
Original file line number Diff line number Diff line change 20
20
21
21
fig = pygmt .Figure ()
22
22
# Using the origin and two points
23
- fig .coast (projection = "Ob130/35/25/35/12c" ,
23
+ fig .coast (
24
+ projection = "Ob130/35/25/35/12c" ,
24
25
# Set bottom left and top right coordinates of the figure with "+r"
25
- region = "130/35/145/40+r" ,
26
+ region = "130/35/145/40+r" ,
26
27
frame = "afg" ,
27
28
land = "gray" ,
28
29
shorelines = "1/thin" ,
29
30
water = "lightblue" ,
30
- )
31
+ )
31
32
fig .show ()
Original file line number Diff line number Diff line change 19
19
20
20
fig = pygmt .Figure ()
21
21
# Using the origin projection pole
22
- fig .coast (projection = "Oc280/25.5/22/69/12c" ,
22
+ fig .coast (
23
+ projection = "Oc280/25.5/22/69/12c" ,
23
24
# Set bottom left and top right coordinates of the figure with "+r"
24
- region = "270/20/305/25+r" ,
25
+ region = "270/20/305/25+r" ,
25
26
frame = "afg" ,
26
27
land = "gray" ,
27
28
shorelines = "1/thin" ,
28
29
water = "lightblue" ,
29
- )
30
+ )
30
31
fig .show ()
You can’t perform that action at this time.
0 commit comments