You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
264 B
11 lines
264 B
8 years ago
|
# Description: Global regions test.
|
||
|
# Status: ok
|
||
|
# Output hash: e661246caef9b2a5fa5a96b9d75c0542d2e0e655de9d63d755aff01cd3b4ceba
|
||
|
@use "gmt"
|
||
|
|
||
|
r1=Region("global");
|
||
|
r2=Region("global360");
|
||
|
r3=Region("global180");
|
||
|
|
||
|
print(r1,r1.xb,r1.xe,r2,r2.xb,r2.xe,r3,r3.xb,r3.xe);
|