Thanks to visit codestin.com Credit goes to github.com
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 7e95303 commit 3ff5f0bCopy full SHA for 3ff5f0b
tutorials/text/usetex.py
@@ -45,7 +45,7 @@
45
To use LaTeX and select Helvetica as the default font, without editing
46
matplotlibrc use::
47
48
- import matplotlib as mpl
+ import matplotlib.pyplot as plt
49
plt.rcParams.update({
50
"text.usetex": True,
51
"font.family": "sans-serif",
0 commit comments