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

Skip to content

Commit 412e58e

Browse files
committed
fix a formatting issue of gridspec docs
svn path=/trunk/matplotlib/; revision=8322
1 parent 4f398d3 commit 412e58e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/users/gridspec.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
Basic Example of using subplot2grid
23-
=====================================
23+
====================================
2424

2525
To use subplot2grid, you provide geometry of the grid and the location
2626
of the subplot in the grid. For a simple single-cell subplot, ::
@@ -128,3 +128,4 @@ parameters are set to that of the locataion of the given SubplotSpec. ::
128128

129129
.. plot:: users/plotting/examples/demo_gridspec04.py
130130

131+

doc/users/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ User's Guide
2121
index_text.rst
2222
image_tutorial.rst
2323
artists.rst
24+
gridspec.rst
2425
legend_guide.rst
2526
event_handling.rst
2627
transforms_tutorial.rst

0 commit comments

Comments
 (0)