Re: [Matplotlib-users] figimage over plot?

2009-12-07 Thread Jason Heeris
2009/12/1 John Hunter jdh2...@gmail.com: Some of this code is particularly tricky and difficult to get right across use cases (eg composite figimages) and this is exacerbated by the fact that this part of the codebase is lightly used.  So testing will be helpful.  I'm also posting an svn diff

[Matplotlib-users] figimage over plot?

2009-11-30 Thread Jason Heeris
Hi, Is it at all possible to have figimage draw the image OVER the top of the plot area? Currently I can only get it to draw underneath — even if I set the frame alpha to zero, it is obscured by the grid. This can be seen from the test code below: testplot.py #!/usr/bin/python import

Re: [Matplotlib-users] figimage over plot?

2009-11-30 Thread John Hunter
On Mon, Nov 30, 2009 at 9:04 PM, Jason Heeris jason.hee...@gmail.com wrote: Is it at all possible to have figimage draw the image OVER the top of the plot area? Currently I can only get it to draw underneath — even if I set the frame alpha to zero, it is obscured by the grid. This can be seen