Skip to content

Commit 5bdb61a

Browse files
Set "frame" parameter for the first figure of the gallery example "Timestamp" (#2418)
1 parent 34fed4d commit 5bdb61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gallery/embellishments/timestamp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
(bottom-left), respectively.
1111
"""
1212

13-
# sphinx_gallery_thumbnail_number = 1
13+
# sphinx_gallery_thumbnail_number = 2
1414

1515
import pygmt
1616

1717
fig = pygmt.Figure()
18-
fig.basemap(region=[20, 30, -10, 10], projection="X10c/5c")
18+
fig.basemap(region=[20, 30, -10, 10], projection="X10c/5c", frame=True)
1919
fig.timestamp()
2020
fig.show()
2121

0 commit comments

Comments
 (0)