We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1510a commit c61bbfaCopy full SHA for c61bbfa
pygmt/tests/test_image.py
@@ -15,5 +15,5 @@
15
def test_image():
16
"Place images on map"
17
fig = Figure()
18
- fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue")
+ fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue", V='d')
19
return fig
0 commit comments