Re: [Matplotlib-users] zorder for collections

2011-04-04 Thread Michael Droettboom
I don't see a good reason why this was not done. (Maybe someone else has the historical context, if any). Would you mind adding an issue to the tracker for this? Mike On 04/02/2011 06:25 AM, Thomas Robitaille wrote: > Hi, > > I would like to set the zorder on a collection e.g. PatchCollection.

[Matplotlib-users] zorder for collections

2011-04-02 Thread Thomas Robitaille
Hi, I would like to set the zorder on a collection e.g. PatchCollection. By looking at the matplotlib source code in collections.py, I figured that it would be possible to set the zorder attribute of a collection manually, e.g. p = PatchCollection(...) p.zorder = ... but I was wondering whethe