|
From: <md...@us...> - 2008-10-24 17:35:26
|
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.
|