8000 PEP8 modifications · matplotlib/matplotlib@b4ff2dd · GitHub
[go: up one dir, main page]

Skip to content

Commit b4ff2dd

Browse files
committed
PEP8 modifications
1 parent 0ba63f9 commit b4ff2dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pylab_examples/usetex_fonteffects.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import matplotlib.pyplot as plt
55
matplotlib.rc('text', usetex=True)
66

7-
87
def setfont(font):
98
return r'\font\a %s at 14pt\a ' % font
109

@@ -19,4 +18,4 @@ def setfont(font):
1918
plt.xlim(-0.2, 0.6)
2019
plt.setp(plt.gca(), frame_on=False, xticks=(), yticks=())
2120
plt.title('Usetex font effects')
22-
plt.savefig('usetex_fonteffects.pdf')
21+
plt.savefig('usetex_fonteffects.pdf')

0 commit comments

Comments
 (0)
0