|
From: Simon W. <sgw...@gm...> - 2007-03-02 14:41:07
|
Out of the box matplotlib works great with Numeric and numarray data types. However, I have my own custom class which contains data members, methods and an array of data (underlying C array). Is there a way to expose the C array data to the plot() routines? For example I would like to be able to use plot(X) where X is an instantiated object of type MyClass. Thanks, -Simon |