On 5/17/2009 10:21 AM Linda_swe apparently wrote:
> atlest give me a hint...

The hint:

> error:list object has no attribute reshape

Listen to Python: all the info is there.
A list is not a numpy array.
Don't treat it like one.

However you can do:
numpy.reshape(mylist, myshape)

Alan Isaac

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to