Skip to content

Commit afa4d42

Browse files
committed
Merge pull request #4665 from jenshnielsen/fonteffect_whitespace
PEP8 fix usetex_fonteffects
2 parents 48bd557 + aa5dc98 commit afa4d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pylab_examples/usetex_fonteffects.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import matplotlib.pyplot as plt
66
matplotlib.rc('text', usetex=True)
77

8+
89
def setfont(font):
910
return r'\font\a %s at 14pt\a ' % font
1011

0 commit comments

Comments
 (0)