Hi:

Thanks for you last reply John you where right on.

Yet another newbie question, how do I take off the frame off ?

I have tried frameon=False, and played with the figsize and dpi, and I 
just can't get rid of the gray (or white) border around my image. I want 
the image to expand to take on the whole sizer I can't afford the 
padding on the side.

This is how I am adding my image to the figure:
        (I don't know if I should be using add_subplot(111) ? )

        figure = Figure()
        self.axes = figure.add_subplot(111)
        self.axes.imshow(self.image, interpolation='nearest')
        self.axes.axis('off')


                                  Thanks.

                                                                         
Daniel.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to