Re: [Matplotlib-users] hexbin density plots in matplotlib?

2009-08-12 Thread per freem
hi all, thank you for your replies. my original message wasn't detailed enough. what i am looking for is a hexbin plot, where points are binned into hexagons and then hexagons are plotted in size proportional to the points in the bin. i think the links provided are very relevant for this, but

[Matplotlib-users] hexbin density plots in matplotlib?

2009-08-05 Thread per freem
hi all, is there a way to make density plots using hexagonal bins in matplotlib? what i mean is something like the hexbin package for R, where you can make density plots where hexagons are plotted in size proportion to the number of points in that hexagonal bin... see

Re: [Matplotlib-users] hexbin density plots in matplotlib?

2009-08-05 Thread Ryan May
On Wed, Aug 5, 2009 at 9:48 AM, per freem perfr...@gmail.com wrote: hi all, is there a way to make density plots using hexagonal bins in matplotlib? what i mean is something like the hexbin package for R, where you can make density plots where hexagons are plotted in size proportion to the

Re: [Matplotlib-users] hexbin density plots in matplotlib?

2009-08-05 Thread John Hunter
On Wed, Aug 5, 2009 at 10:25 AM, Ryan Mayrma...@gmail.com wrote: is there a way to do this in matplotlib? thanks for your help. Not to be rude, but is there any reason you didn't look for pyplot.hexbin before sending the email? :) Continuing in the non-rude vein :-) See these examples::