Skip to content

Commit 74c9366

Browse files
authored
Use smaller figure dimensions in the "Plot lines" tutorial (#1137)
1 parent a74fd39 commit 74c9366

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/tutorials/lines.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
fig = pygmt.Figure()
2929
fig.plot(
3030
region=[0, 10, 0, 10],
31-
projection="X25c/20c",
31+
projection="X15c/10c",
3232
frame="a",
3333
x=[1, 8],
3434
y=[5, 9],
@@ -43,7 +43,7 @@
4343
fig = pygmt.Figure()
4444
fig.plot(
4545
region=[0, 10, 0, 10],
46-
projection="X25c/20c",
46+
projection="X15c/10c",
4747
frame="a",
4848
x=[1, 6, 9],
4949
y=[5, 7, 4],
@@ -59,7 +59,7 @@
5959
fig = pygmt.Figure()
6060
fig.plot(
6161
region=[0, 10, 0, 10],
62-
projection="X25c/20c",
62+
projection="X15c/10c",
6363
frame="a",
6464
x=[1, 6, 9],
6565
y=[5, 7, 4],
@@ -81,7 +81,7 @@
8181
fig = pygmt.Figure()
8282
fig.plot(
8383
region=[0, 10, 0, 10],
84-
projection="X25c/20c",
84+
projection="X15c/10c",
8585
frame="a",
8686
x=[1, 8],
8787
y=[3, 9],
@@ -96,7 +96,7 @@
9696
fig = pygmt.Figure()
9797
fig.plot(
9898
region=[0, 10, 0, 10],
99-
projection="X25c/20c",
99+
projection="X15c/10c",
100100
frame="a",
101101
x=[1, 8],
102102
y=[3, 9],
@@ -112,7 +112,7 @@
112112
fig = pygmt.Figure()
113113
fig.plot(
114114
region=[0, 10, 0, 10],
115-
projection="X25c/20c",
115+
projection="X15c/10c",
116116
frame="a",
117117
x=[1, 8],
118118
y=[3, 9],
@@ -130,7 +130,7 @@
130130
fig = pygmt.Figure()
131131
fig.plot(
132132
region=[0, 10, 0, 10],
133-
projection="X25c/20c",
133+
projection="X15c/10c",
134134
frame="a",
135135
x=[1, 8],
136136
y=[3, 9],

0 commit comments

Comments
 (0)