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

Skip to content

Commit a129049

Browse files
committed
made requested changes
1 parent 81928aa commit a129049

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/pylab_examples/plotfile_demo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
3636
plt.plotfile(
3737
fname2,
38-
cols=(
39-
0,
40-
2),
38+
cols=(0,2),
4139
newfig=False,
4240
delimiter=' ') # use current figure
4341
plt.xlabel(r'$x$')

0 commit comments

Comments
 (0)