We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d12973 commit 0bff071Copy full SHA for 0bff071
examples/userdemo/pgf_fonts.py
@@ -7,9 +7,9 @@
7
8
import matplotlib.pyplot as plt
9
plt.rcParams.update({
10
+ # Use LaTeX default serif font-family.
11
+ # https://matplotlib.org/stable/tutorials/text/usetex.html#sphx-glr-tutorials-text-usetex-py
12
"font.family": "serif",
- # Use LaTeX default serif font.
- "font.serif": [],
13
# Use specific cursive fonts.
14
"font.cursive": ["Comic Neue", "Comic Sans MS"],
15
})
0 commit comments