|
From: <lee...@us...> - 2010-05-19 00:32:38
|
Revision: 8322
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8322&view=rev
Author: leejjoon
Date: 2010-05-19 00:32:31 +0000 (Wed, 19 May 2010)
Log Message:
-----------
fix a formatting issue of gridspec docs
Modified Paths:
--------------
trunk/matplotlib/doc/users/gridspec.rst
trunk/matplotlib/doc/users/index.rst
Modified: trunk/matplotlib/doc/users/gridspec.rst
===================================================================
--- trunk/matplotlib/doc/users/gridspec.rst 2010-05-19 00:32:26 UTC (rev 8321)
+++ trunk/matplotlib/doc/users/gridspec.rst 2010-05-19 00:32:31 UTC (rev 8322)
@@ -20,7 +20,7 @@
Basic Example of using subplot2grid
-=====================================
+====================================
To use subplot2grid, you provide geometry of the grid and the location
of the subplot in the grid. For a simple single-cell subplot, ::
@@ -128,3 +128,4 @@
.. plot:: users/plotting/examples/demo_gridspec04.py
+
Modified: trunk/matplotlib/doc/users/index.rst
===================================================================
--- trunk/matplotlib/doc/users/index.rst 2010-05-19 00:32:26 UTC (rev 8321)
+++ trunk/matplotlib/doc/users/index.rst 2010-05-19 00:32:31 UTC (rev 8322)
@@ -21,6 +21,7 @@
index_text.rst
image_tutorial.rst
artists.rst
+ gridspec.rst
legend_guide.rst
event_handling.rst
transforms_tutorial.rst
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|