Re: [Matplotlib-users] displaying plain data without fancy features (wx)

2011-07-11 Thread Benjamin Root
On Mon, Jun 20, 2011 at 8:13 PM, kafooster wrote: > > Hello, > > I am trying to display an array with imshow(), however I want to 'turn off' > display of axes, numbers, and all that extra stuff which comes with it. I > want only my array(grayscale image) to be shown > > ##

[Matplotlib-users] displaying plain data without fancy features (wx)

2011-06-21 Thread kafooster
Hello, I am trying to display an array with imshow(), however I want to 'turn off' display of axes, numbers, and all that extra stuff which comes with it. I want only my array(grayscale image) to be shown ### import wx import matplotlib matplotlib.use( 'WXAgg' ) from mat