Revision: 6323
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6323&view=rev
Author:   mdboom
Date:     2008-10-24 17:35:23 +0000 (Fri, 24 Oct 2008)

Log Message:
-----------
Minor docstring fix.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/figure.py

Modified: trunk/matplotlib/lib/matplotlib/figure.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/figure.py   2008-10-24 17:12:24 UTC (rev 
6322)
+++ trunk/matplotlib/lib/matplotlib/figure.py   2008-10-24 17:35:23 UTC (rev 
6323)
@@ -280,15 +280,18 @@
         Add a centered title to the figure.
 
         kwargs are :class:`matplotlib.text.Text` properties.  Using figure
-        coordinates, the defaults are::
+        coordinates, the defaults are:
 
-          *x* = 0.5
+          - *x* = 0.5
               the x location of text in figure coords
-          *y* = 0.98
+
+          - *y* = 0.98
               the y location of the text in figure coords
-          *horizontalalignment* = 'center'
+
+          - *horizontalalignment* = 'center'
               the horizontal alignment of the text
-          *verticalalignment* = 'top'
+
+          - *verticalalignment* = 'top'
               the vertical alignment of the text
 
         A :class:`matplotlib.text.Text` instance is returned.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to