Re: [matplotlib-devel] Arrow bugfix

2008-03-11 Thread Michael Droettboom
Thanks. This has been committed in SVN r5000. Cheers, Mike Michael Fitzgerald wrote: > > Hi all, > > I encountered problems with the Arrow patch, which broke sometime > recently. I'm attaching a fix (diff against svn r4999). > > Best, > Mike > >

[matplotlib-devel] Placing icons on the canvas

2008-03-11 Thread Stéfan van der Walt
Hi all, I am trying to place small images (say 128x128) at specific (x,y) positions on the plotting canvas. I'm sure it is possible, but I don't know what the magic incantation is. I don't want anyone to spend time on figuring it out, but if you do know the answer, please let me know. Thanks, S