[Matplotlib-users] Trouble getting colormap set_under and set_over to work with PolyCollection

2015-02-17 Thread Luke Lee
I'm trying to control the over and under colors of a color bar with set_under and set_over on a ListedColormap object. I do not see the colors change, but I do see the arrows added to the color bar. For example, the following code mostly works but the calls to set_under and set_over seem to have

Re: [Matplotlib-users] Trouble getting colormap set_under and set_over to work with PolyCollection

2015-02-17 Thread Eric Firing
On 2015/02/17 12:24 PM, Luke Lee wrote: It's been suggested to on the above tracker to use imshow. However, that doesn't address the issue I'm having using PolyCollection. I don't think this has anything to do with PolyCollection versus Image, and I was not suggesting that you use imshow.