Skip to content

Commit 14cabd7

Browse files
committed
Update test_image to use SI units and long aliases
1 parent 393773b commit 14cabd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
outs:
2-
- md5: ffb11c7f12025471b2556c1473cd3000
3-
size: 13973
2+
- md5: de86468aa453b14912c8362c67e51064
3+
size: 10403
44
path: test_image.png

pygmt/tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def test_image():
1717
Place images on map.
1818
"""
1919
fig = Figure()
20-
fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue")
20+
fig.image(TEST_IMG, position="x0/0+w2c", box="+pthin,blue")
2121
return fig

0 commit comments

Comments
 (0)