Skip to content

Commit beb1f26

Browse files
Use american spelling
1 parent fc4d846 commit beb1f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/advanced/subplots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
# 15 cm wide and 6 cm high (``figsize=["15c", "6c"]``). In addition, we use
118118
# some optional parameters to fine-tune some details of the figure creation:
119119
#
120-
# - ``auto_label=True``: Each subplot is automatically labelled 'abcd'.
120+
# - ``auto_label=True``: Each subplot is automatically labeled 'abcd'.
121121
# - ``margins=["0.1c", "0.2c"]``: Adjusts the space between adjacent subplots.
122122
# In this case, it is set as 0.1 cm in the x-direction and 0.2 cm in the
123123
# y-direction.
@@ -224,7 +224,7 @@
224224

225225
# %%
226226
# We start by drawing the bottom two subplots, setting ``auto_label="b)"`` so
227-
# that the subplots are labelled 'b)' and 'c)'. Next, we use
227+
# that the subplots are labeled 'b)' and 'c)'. Next, we use
228228
# :meth:`pygmt.Figure.shift_origin` to move the plot origin 1 cm above the
229229
# **h**\ eight of the entire figure that is currently plotted (i.e. the bottom
230230
# row subplots). A single subplot is then plotted on the top row. You may need

0 commit comments

Comments
 (0)