File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
fig = pygmt .Figure ()
29
29
fig .plot (
30
30
region = [0 , 10 , 0 , 10 ],
31
- projection = "X25c/20c " ,
31
+ projection = "X15c/10c " ,
32
32
frame = "a" ,
33
33
x = [1 , 8 ],
34
34
y = [5 , 9 ],
43
43
fig = pygmt .Figure ()
44
44
fig .plot (
45
45
region = [0 , 10 , 0 , 10 ],
46
- projection = "X25c/20c " ,
46
+ projection = "X15c/10c " ,
47
47
frame = "a" ,
48
48
x = [1 , 6 , 9 ],
49
49
y = [5 , 7 , 4 ],
59
59
fig = pygmt .Figure ()
60
60
fig .plot (
61
61
region = [0 , 10 , 0 , 10 ],
62
- projection = "X25c/20c " ,
62
+ projection = "X15c/10c " ,
63
63
frame = "a" ,
64
64
x = [1 , 6 , 9 ],
65
65
y = [5 , 7 , 4 ],
81
81
fig = pygmt .Figure ()
82
82
fig .plot (
83
83
region = [0 , 10 , 0 , 10 ],
84
- projection = "X25c/20c " ,
84
+ projection = "X15c/10c " ,
85
85
frame = "a" ,
86
86
x = [1 , 8 ],
87
87
y = [3 , 9 ],
96
96
fig = pygmt .Figure ()
97
97
fig .plot (
98
98
region = [0 , 10 , 0 , 10 ],
99
- projection = "X25c/20c " ,
99
+ projection = "X15c/10c " ,
100
100
frame = "a" ,
101
101
x = [1 , 8 ],
102
102
y = [3 , 9 ],
112
112
fig = pygmt .Figure ()
113
113
fig .plot (
114
114
region = [0 , 10 , 0 , 10 ],
115
- projection = "X25c/20c " ,
115
+ projection = "X15c/10c " ,
116
116
frame = "a" ,
117
117
x = [1 , 8 ],
118
118
y = [3 , 9 ],
130
130
fig = pygmt .Figure ()
131
131
fig .plot (
132
132
region = [0 , 10 , 0 , 10 ],
133
- projection = "X25c/20c " ,
133
+ projection = "X15c/10c " ,
134
134
frame = "a" ,
135
135
x = [1 , 8 ],
136
136
y = [3 , 9 ],
You can’t perform that action at this time.
0 commit comments