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 a129049 commit 6e3d850Copy full SHA for 6e3d850
examples/pylab_examples/plotfile_demo.py
@@ -35,7 +35,7 @@
35
plt.plotfile(fname2, cols=(0, 1), delimiter=' ')
36
plt.plotfile(
37
fname2,
38
- cols=(0,2),
+ cols=(0,2),
39
newfig=False,
40
delimiter=' ') # use current figure
41
plt.xlabel(r'$x$')
0 commit comments