File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/tutorials/advanced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments