8000 Added #843's fix · matplotlib/matplotlib@71f1db8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71f1db8

Browse files
author
Phil Elson
committed
Added #843's fix
1 parent 79b80af commit 71f1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/usetex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ matplotlibrc use::
4747
from matplotlib import rc
4848
rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']})
4949
## for Palatino and other serif fonts use:
50-
#rc('font',**{'family':'serif','serif':['Palatino']))
50+
#rc('font',**{'family':'serif','serif':['Palatino']})
5151
rc('text', usetex=True)
5252

5353
Here is the standard example, `tex_demo.py`:

0 commit comments

Comments
 (0)
0