Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d518f2c

Browse files
committed
pep8 fixes
1 parent 6e3d850 commit d518f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/plotfile_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
3636
plt.plotfile(
3737
fname2,
38-
cols=(0,2),
38+
cols=(0, 2),
3939
newfig=False,
4040
delimiter=' ') # use current figure
4141
plt.xlabel(r'$x$')

0 commit comments

Comments
 (0)