Re: [Matplotlib-users] pyplot.hexbin

2016-01-30 Thread Benjamin Root
You've already done it. But we encourage you to take a crack at it. I would suggest just first factoring it out into a new file lib/matplotlib/hexbin.py and have the current function utilize it. When that is done, we can look to getting it into numpy as well. We will need a copy of it ourselves for

Re: [Matplotlib-users] pyplot.hexbin

2016-01-30 Thread Sebastian
A thats too bad (that we can't recover the original ids.) What could one (as user) do to officially request it be fixed/factored out to numpy? On Fri, Jan 29, 2016 at 7:30 PM, Thomas Caswell wrote: > Factor it out and give it to numpy! > > On Fri, Jan 29, 2016, 17:27 Benjamin Root wrote: