@@ -43,7 +43,7 @@ zorder any number
4343========================== ======================================================================================================================
4444
4545
46- You can layout text with the alignment arguments
46+ You can lay out text with the alignment arguments
4747``horizontalalignment ``, ``verticalalignment ``, and
4848``multialignment ``. ``horizontalalignment `` controls whether the x
4949positional argument for the text indicates the left, center or right
@@ -127,8 +127,8 @@ glyphs that may be required by mpl users. For example, DejaVu has no
127127coverage of Chinese, Korean, or Japanese.
128128
129129
130- To set the default font to be one that supportsthe code points you
131- need prepend the font name to ``'font.family' `` or the desired alias
130+ To set the default font to be one that supports the code points you
131+ need, prepend the font name to ``'font.family' `` or the desired alias
132132lists ::
133133
134134 matplotlib.rcParams['font.sans-serif'] = ['Source Han Sans TW', 'sans-serif']
@@ -142,7 +142,7 @@ To control the font used on per-artist basis use the ``'name'``,
142142<text-properties>`.
143143
144144
145- On linux `fc-list <http://linux.die.net/man/1/fc-list >`__ can be a
145+ On linux, `fc-list <http://linux.die.net/man/1/fc-list >`__ can be a
146146useful tool to discover the font name; for example ::
147147
148148 $ fc-list :lang=zh family
0 commit comments