|
From: John H. <jd...@gm...> - 2009-08-05 16:36:42
|
On Wed, Aug 5, 2009 at 10:25 AM, Ryan May<rm...@gm...> 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:: http://matplotlib.sourceforge.net/examples/pylab_examples/hexbin_demo.html http://matplotlib.sourceforge.net/examples/pylab_examples/hexbin_demo2.html and this doc string:: http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.hexbin Have fun! JDH |