On Fri, Jan 9, 2009 at 9:28 PM, helstreak wrote:
> I would like to use the plotfile but it's returning the error:
>
> File "/usr/lib/python2.5/site-packages/matplotlib/pyplot.py", line 1228, in
> plotfile
> ax1 = fig.add_subplot(N,1,i)
> UnboundLocalError: local variable 'N' referenced before as
I have a file with a single column of data like:
1
2
3
4
I would like to use the plotfile but it's returning the error:
File "/usr/lib/python2.5/site-packages/matplotlib/pyplot.py", line 1228, in
plotfile
ax1 = fig.add_subplot(N,1,i)
UnboundLocalError: local variable 'N' referenced before ass