Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81928aa commit a129049Copy full SHA for a129049
1 file changed
examples/pylab_examples/plotfile_demo.py
@@ -35,9 +35,7 @@
35
plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
36
plt.plotfile(
37
fname2,
38
- cols=(
39
- 0,
40
- 2),
+ cols=(0,2),
41
newfig=False,
42
delimiter=' ') # use current figure
43
plt.xlabel(r'$x$')
0 commit comments