> "Joachim" == Joachim Dahl <[EMAIL PROTECTED]> writes:
Joachim> this doesn't: matshow(matrix([[1.0,2.0],[3.0,4.0]]) but
Joachim> this does
Joachim> matshow(pylab.array(matrix([[1.0,2.0],[3.0,4.0]])
These should be considered bugs -- we should do an asarray anywhere we
are expecti
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?
In Ubuntu Edgy's version of Matplotlib it's possible to use CVXOPT matrices
in