Re: Embedding Matplotlib images into wxPython

2006-10-27 Thread khromushin
I wrote a matplotlib Boa constructor plug-in. It is very easy to add it into a wxframe, sizers etc in Boa constructor. If you are interested in the plugin, pls. send e-mail to [EMAIL PROTECTED] Igor Khromushin [EMAIL PROTECTED] wrote: > > I am trying to embed images into a wxPython app (cre

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 inclu