From: Andrew S. <str...@as...> - 2006-11-21 18:01:54
|
Joachim Dahl wrote: > Dear developers, > > I am a happy user of Matplotlib, which is a wonderful library - thank > you! > > Would it possible to support the SciPy Array interface in more places > to make > Matplotlib less dependent on Numpy/numarray? I guess you mean numpy where you say scipy and Numeric where you say numpy? In that case, the answer is yes: numpy.asarray( you_array_interface_supporting_object_here ) |