Skip to content

Commit 2d2b4e9

Browse files
Correct projection and region description in 'vectors.py' (#2040)
1 parent 25e9df4 commit 2d2b4e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/tutorials/advanced/vectors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
direction = np.linspace(-90, -90, 5) # direction values = [-90. -90. -90. -90.]
219219
length = np.linspace(1.5, 1.5, 5) # length values = [1.5 1.5 1.5 1.5]
220220

221-
# Create a plot with coast, Mercator projection (M) over the continental US
221+
# Create a plot with coast,
222+
# Transverse Mercator projection (T) over Turkey and Syria
222223
fig = pygmt.Figure()
223224
fig.coast(
224225
region=[20, 50, 30, 45],

0 commit comments

Comments
 (0)