We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccac21 commit 7fd096bCopy full SHA for 7fd096b
1 file changed
pygmt/tests/test_subplot.py
@@ -38,17 +38,17 @@ def test_subplot_direct():
38
39
40
@pytest.mark.mpl_image_compare
41
-def test_subplot_autolabel_margins_title():
+def test_subplot_auto_label_margins_title():
42
"""
43
- Make subplot figure with autolabels, setting some margins and a title.
+ Make subplot figure with automatic labels, setting some margins and a title.
44
45
fig = Figure()
46
47
with fig.subplot(
48
nrows=2,
49
ncols=1,
50
figsize=("15c", "6c"),
51
- autolabel=True,
+ auto_label=True,
52
margins=["0.3c", "0.1c"],
53
title="Subplot Title",
54
):
0 commit comments