Revision: 6700
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6700&view=rev
Author:   jdh2358
Date:     2008-12-23 19:54:17 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
added support for mincnt to hexbin

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/axes.py

Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py     2008-12-23 19:49:08 UTC (rev 
6699)
+++ trunk/matplotlib/lib/matplotlib/axes.py     2008-12-23 19:54:17 UTC (rev 
6700)
@@ -5270,7 +5270,7 @@
             Use a linear or log10 scale on the vertical axis.
 
           *mincnt*: None | a positive integer
-            If not None, only display cells with at least *mincnt*
+            If not None, only display cells with more than *mincnt*
             number of points in the cell
 
         Other keyword arguments controlling color mapping and normalization


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to