Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed89e05

Browse files
committed
Add barbs to list of plotting commands. Also make the capitalization (or lack thereof) of the table descriptions consistent.
svn path=/trunk/matplotlib/; revision=6308
1 parent a1bf65c commit ed89e05

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

doc/_templates/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>Plotting commands</h3> <br/>
8686
</th>
8787

8888
<td align="left">
89-
Create a new axes
89+
create a new axes
9090
</td>
9191

9292
</tr>
@@ -141,7 +141,18 @@ <h3>Plotting commands</h3> <br/>
141141
</th>
142142

143143
<td align="left">
144-
Set or return the current axis limits
144+
set or return the current axis limits
145+
</td>
146+
147+
</tr>
148+
<tr>
149+
<th align="left">
150+
<a href="api/pyplot_api.html#matplotlib.pyplot.barbs">barbs</a>
151+
152+
</th>
153+
154+
<td align="left">
155+
a (wind) barb plot
145156
</td>
146157

147158
</tr>

0 commit comments

Comments
 (0)