8000 PEP8 fix usetex_fonteffects · matplotlib/matplotlib@aa5dc98 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa5dc98

Browse files
committed
PEP8 fix usetex_fonteffects
1 parent 48bd557 commit aa5dc98

File tree

1 file changed

+1
-0
lines changed

examples/pylab_examples/usetex_fonteffects.py

Lines changed: 1 addition & 0 deletions
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)
0