Re: Embedding Matplotlib images into wxPython

2006-10-27 Thread khromushin
? That would be greatly appreciated. Thanks! Randy -- http://mail.python.org/mailman/listinfo/python-list -- View this message in context: http://www.nabble.com/Embedding-Matplotlib-images-into-wxPython-tf265283.html#a7027545 Sent from the Python - python-list mailing list archive

Embedding Matplotlib images into wxPython

2005-08-30 Thread [EMAIL PROTECTED]
I am trying to embed images into a wxPython app (created using Boa Constructor), but have not been able to do so. I know how to embed plots, but images seem to be a problem. I've tried using code analogous to the example given at the Matplotlib website to no avail. If anybody has been successful

Re: Embedding Matplotlib images into wxPython

2005-08-30 Thread [EMAIL PROTECTED]
Well, to answer my own question, the problem turned out to be that I was using the 'wx' backend and not the 'wxagg' one. Attempting to use the former typically resulted in a not implemented error upon the call to imshow. I was working from an older set of matplotlib example files which didn't