Skip to content

Commit 2f58300

Browse files
authored
Update pygmt/tests/test_legend.py [skip ci]
1 parent 19e00c4 commit 2f58300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_legend_stringio(legend_spec):
103103
spec = io.StringIO(legend_spec)
104104
fig = Figure()
105105
fig.basemap(projection="x6i", region=[0, 1, 0, 1], frame=True)
106-
fig.legend(spec, position=Position("MC", cstype="outside", anchor="CM"), width="5i")
106+
fig.legend(spec, position=Position("MC", cstype="outside", anchor="MC"), width="5i")
107107
return fig
108108

109109

0 commit comments

Comments
 (0)