File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 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
190190would be a big win for users with specific goals, the plot gallery will remain
191191the entry point to these examples, and sections could really help users
192192navigate the gallery. Thus, tags are complementary to this reorganization.
193+ [2 ]_ [3 ]_ [4 ]_ [5 ]_
193194
194195
195196.. _PEP8 : https://www.python.org/dev/peps/pep-0008/
Original file line number Diff line number Diff line change 1515to generate their text (see :ref:`sphx_glr_tutorials_text_usetex.py`).
1616"""
1717
18+ ###############################################################################
1819# Any text element can use math text. You should use raw strings (precede the
1920# quotes with an ``'r'``), and surround the math text with dollar signs ($), as in
2021# TeX. Regular text and mathtext can be interleaved within the same string.
3233# <http://thread.gmane.org/gmane.comp.python.matplotlib.general/19963/focus=19978>`_.
3334#
3435# Here is a simple example::
35-
36+ #
3637# # plain text
3738# plt.title('alpha > beta')
3839#
151152#
152153# \sqrt[3]{x}
153154#
154- # .. _mathtext_fonts :
155+ # .. _mathtext-fonts :
155156#
156157# Fonts
157158# -----
Original file line number Diff line number Diff line change 145145#
146146# The base default font is controlled by a set of rcParams. To set the font
147147# for mathematical expressions, use the rcParams begining with ``mathtext``
148- # (see :ref:`mathtext <mathtext_fonts >`).
148+ # (see :ref:`mathtext <mathtext-fonts >`).
149149#
150150# +---------------------+----------------------------------------------------+
151151# | rcParam | usage |
You can’t perform that action at this time.
0 commit comments