Backport PR #27096 on branch v3.8.x (make fonts.py, mathtext.py, text_intro.py confirm to docs guidelines) by meeseeksmachine · Pull Request #27101 · matplotlib/matplotlib · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions galleries/users_explain/text/fonts.py
2 changes: 1 addition & 1 deletion galleries/users_explain/text/mathtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
# (not minus).
#
# Custom fonts
# ~~~~~~~~~~~~
# ^^^^^^^^^^^^
# Mathtext also provides a way to use custom fonts for math. This method is
# fairly tricky to use, and should be considered an experimental feature for
# patient users only. By setting :rc:`mathtext.fontset` to ``custom``,
Expand Down
8 changes: 4 additions & 4 deletions galleries/users_explain/text/text_intro.py