|
From: Robert K. <rob...@gm...> - 2006-01-19 19:08:25
|
Charlie Moad wrote: > I agree. numpy.core.multiarray is the base object for arrays, but it > not really supposed to be used directly. All arrays should have a > dtypechar property, and since that was the source of your original > error, I am even more sure you shouldn't use it directly. As Darren noted, A.dtypechar was recently changed to A.dtype.char in numpy, and matplotlib in CVS now reflects that change. -- Robert Kern rob...@gm... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |