From: <as...@us...> - 2008-12-03 09:07:31
|
Revision: 6482 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6482&view=rev Author: astraw Date: 2008-12-03 09:07:27 +0000 (Wed, 03 Dec 2008) Log Message: ----------- docs: add hexbin link in main overview page Modified Paths: -------------- trunk/matplotlib/doc/_templates/index.html Modified: trunk/matplotlib/doc/_templates/index.html =================================================================== --- trunk/matplotlib/doc/_templates/index.html 2008-12-03 08:27:12 UTC (rev 6481) +++ trunk/matplotlib/doc/_templates/index.html 2008-12-03 09:07:27 UTC (rev 6482) @@ -490,6 +490,17 @@ </tr> <tr> <th align="left"> + <a href="api/pyplot_api.html#matplotlib.pyplot.hexbin">hexbin</a> + + </th> + + <td align="left"> + make a 2D hexagonal binning plot + </td> + + </tr> + <tr> + <th align="left"> <a href="api/pyplot_api.html#matplotlib.pyplot.hist">hist</a> </th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |