|
From: Eric F. <ef...@ha...> - 2006-12-14 00:46:22
|
It's fixed now. Eric Rob Hetland wrote: > fill(x, y) returns an error like: [....] > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/matplotlib/axes.py in update_datalim(self, xys) > 966 # and the data in xydata > 967 xys = asarray(xys) > --> 968 self.dataLim.update_numerix_xy(xys, -1) > 969 > 970 > > <type 'exceptions.TypeError'>: Bbox::update_numerix_xy expected > numerix array |