|
From: <ry...@us...> - 2008-10-23 15:46:35
|
Revision: 6308
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6308&view=rev
Author: ryanmay
Date: 2008-10-23 15:46:27 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
Add barbs to list of plotting commands. Also make the capitalization (or lack thereof) of the table descriptions consistent.
Modified Paths:
--------------
trunk/matplotlib/doc/_templates/index.html
Modified: trunk/matplotlib/doc/_templates/index.html
===================================================================
--- trunk/matplotlib/doc/_templates/index.html 2008-10-23 15:42:25 UTC (rev 6307)
+++ trunk/matplotlib/doc/_templates/index.html 2008-10-23 15:46:27 UTC (rev 6308)
@@ -86,7 +86,7 @@
</th>
<td align="left">
- Create a new axes
+ create a new axes
</td>
</tr>
@@ -141,12 +141,23 @@
</th>
<td align="left">
- Set or return the current axis limits
+ set or return the current axis limits
</td>
</tr>
<tr>
<th align="left">
+ <a href="api/pyplot_api.html#matplotlib.pyplot.barbs">barbs</a>
+
+ </th>
+
+ <td align="left">
+ a (wind) barb plot
+ </td>
+
+ </tr>
+ <tr>
+ <th align="left">
<a href="api/pyplot_api.html#matplotlib.pyplot.bar">bar</a>
</th>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|