Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cadc42e

Browse files
committed
A few minor edits to text_props.rst
1 parent 43a36c2 commit cadc42e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/users/text_props.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4949
positional 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
127127
coverage 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
132132
lists ::
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
146146
useful tool to discover the font name; for example ::
147147

148148
$ fc-list :lang=zh family

0 commit comments

Comments
 (0)