From: John H. <jdh...@ac...> - 2005-11-18 03:21:05
|
>>>>> "Andrew" == Andrew Straw <str...@as...> writes: Andrew> You can use a combination of axes() to define where you Andrew> want the image and imshow() to define the image. Use Andrew> frame_on=False with axes(). You can pass a PIL image Andrew> directly to imshow(), and that way you won't have to use Andrew> imread, (although you'd have to use Image.open()). If your logo is a fixed size in pixels, you can also use figimage to place an unscaled image directly onto the canvas. A wiki entry on matplotlib images + PIL would be useful. JDH |