We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e9df4 commit 2d2b4e9Copy full SHA for 2d2b4e9
examples/tutorials/advanced/vectors.py
@@ -218,7 +218,8 @@
218
direction = np.linspace(-90, -90, 5) # direction values = [-90. -90. -90. -90.]
219
length = np.linspace(1.5, 1.5, 5) # length values = [1.5 1.5 1.5 1.5]
220
221
-# Create a plot with coast, Mercator projection (M) over the continental US
+# Create a plot with coast,
222
+# Transverse Mercator projection (T) over Turkey and Syria
223
fig = pygmt.Figure()
224
fig.coast(
225
region=[20, 50, 30, 45],
0 commit comments