8000
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 79b80af commit 71f1db8Copy full SHA for 71f1db8
doc/users/usetex.rst
@@ -47,7 +47,7 @@ matplotlibrc use::
47
from matplotlib import rc
48
rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']})
49
## for Palatino and other serif fonts use:
50
- #rc('font',**{'family':'serif','serif':['Palatino']))
+ #rc('font',**{'family':'serif','serif':['Palatino']})
51
rc('text', usetex=True)
52
53
Here is the standard example, `tex_demo.py`:
0 commit comments