I don't use wx so i'm not sure if this could be helpful, but you may
check the figimage command.
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.figimage
Note that it draws the image directly into the figure, thus no axes is needed.
-JJ
On Wed, Feb 25, 2009 at 6:09 PM,
LKeene wrote:
>
>
> - I have a numpy.ndarray of data with 350 rows and 500 columns. How do
> I display it in the upper-left hand corner of the frame client with no
> tick marks/labels, etc...just the colormap at screen
> coords(0,0)->(349,499) (rows,columns)? Could someone post a few lines
>