On Mon, Aug 14, 2006 at 11:12:29AM -0700, Christopher Barker wrote:
> Another (or additional) option is for both MPL and wx to support the new
> array interface protocol in numpy. There's a lot of other reasons to do
> that, and, again, Robin has expressed his support for this. If we could
> get
John Hunter wrote:
> Charlie, since you are pretty familiar with the blitting API, perhaps
> you could take a look and see how much work it would be to do wx
> blitting w/o extension code. I'd be happy to add some additional
> helper methods in agg if need be, as we did for qt.
Didn't MPL origina
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
Charlie> Matplotlib didn't used to link against the wxpython
Charlie> c-api. The recent versions are linked against the
Charlie> unicode version of wx, not the ansi. You can install the
Charlie> unicode version. We are
Matplotlib didn't used to link against the wxpython c-api. The recent
versions are linked against the unicode version of wx, not the ansi.
You can install the unicode version. We are trying to decide how to
handle this.
- Charlie
On 8/12/06, Joaquin Abian Monux <[EMAIL PROTECTED]> wrote:
> Dear
Dear all,
I upgraded matplotlib from 0.87.2.win32-py2.4 to 0.87.4. When trying to run
the test program
#program text.py
import matplotlib as mpl
mpl.use('WXAgg')
mpl.interactive(False)
from pylab import plot, show
plot([1,2,3,4])
show()
double clicking on it or at the command line I got a warnin