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 68d6b79 commit 8021af3Copy full SHA for 8021af3
examples/userdemo/pgf_fonts.py
@@ -5,7 +5,9 @@
5
6
"""
7
8
+import matplotlib as mpl
9
import matplotlib.pyplot as plt
10
+mpl.use("pgf")
11
plt.rcParams.update({
12
"font.family": "serif",
13
# Use LaTeX default serif font.
0 commit comments