Skip to content

Commit e1fc158

Browse files
Merge branch 'master' into move-plotting-functions
2 parents d5f0fc7 + 00f004a commit e1fc158

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
gmt which -Ga @earth_relief_10m_p @earth_relief_10m_g \
3434
@earth_relief_30m_p @earth_relief_30m_g \
3535
@earth_relief_01d_p @earth_relief_01d_g \
36-
@earth_relief_05m_g
36+
@earth_relief_05m_p @earth_relief_05m_g
3737
gmt which -Ga @ridge.txt @Table_5_11.txt @test.dat.nc \
3838
@tut_bathy.nc @tut_quakes.ngdc @tut_ship.xyz \
3939
@usgs_quakes_22.txt

examples/gallery/plot/image.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
argument allows us to set a reference point on the map for the image.
1010
1111
"""
12+
import os
1213

1314
import pygmt
1415

@@ -24,4 +25,7 @@
2425
box=True,
2526
)
2627

28+
# clean up the image downloaded in the current directory
29+
os.remove("gmt-logo.png")
30+
2731
fig.show()

0 commit comments

Comments
 (0)