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
>
> ##
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