Skip to content

Commit d0399c3

Browse files
committed
Massive doc-style work, focused upon axes.py.
Also added entry in index.html for 'subplots'.
1 parent cfd50c8 commit d0399c3

File tree

8 files changed

+614
-521
lines changed

8 files changed

+614
-521
lines changed

doc/_templates/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,18 @@ <h3>plotting commands</h3> <br/>
906906
</td>
907907

908908
</tr>
909+
<tr>
910+
<th align="left">
911+
<a href="api/pyplot_api.html#matplotlib.pyplot.subplots">subplots</a>
912+
913+
</th>
914+
915+
<td align="left">
916+
Create a figure with subplots
917+
</td>
918+
919+
</tr>
920+
909921
<tr>
910922
<th align="left">
911923
<a href="api/pyplot_api.html#matplotlib.pyplot.subplots_adjust">subplots_adjust</a>

0 commit comments

Comments
 (0)