Skip to content

Commit a04c737

Browse files
committed
Change justify to anchor in tests
1 parent 9a4f259 commit a04c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_directional_rose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_directional_rose_complex():
3030
width="1c",
3131
label=["", "", "", "N"],
3232
fancy=2,
33+
anchor="MC",
3334
anchor_offset=(1, 1),
34-
justify="MC",
3535
)
3636
return fig

0 commit comments

Comments
 (0)