hexbin, mincnt

It looks like mincnt is used only when C is not None. For the default
histogram method, I've found it useful to be able to turn off cells
with fewer then *mincnt* points. Attached is a diff which implements
this. Also, should *marginals* be True by default? It seems that
hexbin is an alternative to scatter and since scatter doesn't have it,
then hexbin should not have it either.

mincnt.diff (1.94 KB)

Thanks for the mincnt patch, I've applied it to svn head and made
marginals False -- I *thought* I made it False when adding it, so this
was just a screwup.

JDH

ยทยทยท

On Mon, Jan 12, 2009 at 3:29 AM, T J <tjhnson@...149...> wrote:

It looks like mincnt is used only when C is not None. For the default
histogram method, I've found it useful to be able to turn off cells
with fewer then *mincnt* points. Attached is a diff which implements
this. Also, should *marginals* be True by default? It seems that
hexbin is an alternative to scatter and since scatter doesn't have it,
then hexbin should not have it either.