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.
2 parents d5f0fc7 + 00f004a commit e1fc158Copy full SHA for e1fc158
.github/workflows/cache_data.yaml
@@ -33,7 +33,7 @@ jobs:
33
gmt which -Ga @earth_relief_10m_p @earth_relief_10m_g \
34
@earth_relief_30m_p @earth_relief_30m_g \
35
@earth_relief_01d_p @earth_relief_01d_g \
36
- @earth_relief_05m_g
+ @earth_relief_05m_p @earth_relief_05m_g
37
gmt which -Ga @ridge.txt @Table_5_11.txt @test.dat.nc \
38
@tut_bathy.nc @tut_quakes.ngdc @tut_ship.xyz \
39
@usgs_quakes_22.txt
examples/gallery/plot/image.py
@@ -9,6 +9,7 @@
9
argument allows us to set a reference point on the map for the image.
10
11
"""
12
+import os
13
14
import pygmt
15
@@ -24,4 +25,7 @@
24
25
box=True,
26
)
27
28
+# clean up the image downloaded in the current directory
29
+os.remove("gmt-logo.png")
30
+
31
fig.show()
0 commit comments