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 assignment

Any help on making this work would be greatly appreciated.

Thanks for your help :)

-- 
View this message in context: 
http://www.nabble.com/plotfile%3A--single-column-plot-not-working-tp21384473p21384473.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to