Skip to content

Commit 52c385f

Browse files
DOC: Rename gallery example for GMT logo (#3856)
1 parent 80caf3d commit 52c385f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Logo
3-
====
2+
GMT logo
3+
========
44
5-
The :meth:`pygmt.Figure.logo` method allows to place the GMT logo on a map.
5+
The :meth:`pygmt.Figure.logo` method allows to place the GMT logo on a figure.
66
"""
77

88
# %%
@@ -11,9 +11,8 @@
1111
fig = pygmt.Figure()
1212
fig.basemap(region=[0, 10, 0, 2], projection="X6c", frame=True)
1313

14-
# Add the GMT logo in the Top Right (TR) corner of the current map,
15-
# scaled up to be 3 cm wide and offset by 0.3 cm in x direction
16-
# and 0.6 cm in y direction.
14+
# Add the GMT logo in the Top Right (TR) corner of the current plot, scaled up to be 3
15+
# centimeters wide and offset by 0.3 cm in x direction and 0.6 cm in y direction.
1716
fig.logo(position="jTR+o0.3c/0.6c+w3c")
1817

1918
fig.show()

0 commit comments

Comments
 (0)