Re: [Matplotlib-users] Hexagonal binning plot

2008-04-28 Thread Eric Firing
Michiel de Hoon wrote: > Thanks! > I uploaded a demo on sourceforge: > > http://sourceforge.net/tracker/index.php?func=detail&aid=1952339&group_id=80706&atid=560722 Michiel, I have committed a modification of the demo, and also made some tweaks in hexbin itself. Manuel Metz also made some cha

Re: [Matplotlib-users] Hexagonal binning plot

2008-04-28 Thread Eric Firing
Michiel, That looks very nice. I committed it to the trunk as svn 5084. Thank you! Please provide a simple demo script suitable for inclusion in the examples subdirectory, and I will commit that also. I think it would be nice to have two subplots, one with a linear color scale, the other wit

Re: [Matplotlib-users] Hexagonal binning plot

2008-04-27 Thread Michiel de Hoon
Hi everybody, About two weeks ago I was asking on this mailing list if matplotlib can make hexagonal binning plots as an alternative to scatter plots. I have now written such a function for matplotlib. In case other people are also looking for this functionality, the patch is available here: h