File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 151
151
#
152
152
# \sqrt[3]{x}
153
153
#
154
+ # .. _mathtext_fonts:
155
+ #
154
156
# Fonts
155
157
# -----
156
158
#
Original file line number Diff line number Diff line change 143
143
# Default Font
144
144
# ==============
145
145
#
146
- # The base default font is controlled by a set of rcParams:
146
+ # The base default font is controlled by a set of rcParams. To set the font
147
+ # for mathematical expressions, use the rcParams begining with ``mathtext``
148
+ # (see :ref:`mathtext <mathtext_fonts>`).
147
149
#
148
150
# +---------------------+----------------------------------------------------+
149
151
# | rcParam | usage |
212
214
#
213
215
# or set it in your :file:`.matplotlibrc` file::
214
216
#
215
- # font.sans-serif: Source Han Sans TW, Ariel , sans-serif
217
+ # font.sans-serif: Source Han Sans TW, Arial , sans-serif
216
218
#
217
219
# To control the font used on per-artist basis use the ``'name'``,
218
220
# ``'fontname'`` or ``'fontproperties'`` kwargs documented :ref:`above
You can’t perform that action at this time.
0 commit comments