File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ Tagging examples will also help users search the example gallery. Although tags
190
190
would be a big win for users with specific goals, the plot gallery will remain
191
191
the entry point to these examples, and sections could really help users
192
192
navigate the gallery. Thus, tags are complementary to this reorganization.
193
+ [2 ]_ [3 ]_ [4 ]_ [5 ]_
193
194
194
195
195
196
.. _PEP8 : https://www.python.org/dev/peps/pep-0008/
Original file line number Diff line number Diff line change 15
15
to generate their text (see :ref:`sphx_glr_tutorials_text_usetex.py`).
16
16
"""
17
17
18
+ ###############################################################################
18
19
# Any text element can use math text. You should use raw strings (precede the
19
20
# quotes with an ``'r'``), and surround the math text with dollar signs ($), as in
20
21
# TeX. Regular text and mathtext can be interleaved within the same string.
32
33
# <http://thread.gmane.org/gmane.comp.python.matplotlib.general/19963/focus=19978>`_.
33
34
#
34
35
# Here is a simple example::
35
-
36
+ #
36
37
# # plain text
37
38
# plt.title('alpha > beta')
38
39
#
151
152
#
152
153
# \sqrt[3]{x}
153
154
#
154
- # .. _mathtext_fonts :
155
+ # .. _mathtext-fonts :
155
156
#
156
157
# Fonts
157
158
# -----
Original file line number Diff line number Diff line change 145
145
#
146
146
# The base default font is controlled by a set of rcParams. To set the font
147
147
# for mathematical expressions, use the rcParams begining with ``mathtext``
148
- # (see :ref:`mathtext <mathtext_fonts >`).
148
+ # (see :ref:`mathtext <mathtext-fonts >`).
149
149
#
150
150
# +---------------------+----------------------------------------------------+
151
151
# | rcParam | usage |
You can’t perform that action at this time.
0 commit comments