From: <md...@us...> - 2008-07-17 18:27:03
|
Revision: 5778 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5778&view=rev Author: mdboom Date: 2008-07-17 18:27:00 +0000 (Thu, 17 Jul 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-07-17 18:26:41 UTC (rev 5777) +++ trunk/matplotlib/lib/matplotlib/figure.py 2008-07-17 18:27:00 UTC (rev 5778) @@ -929,6 +929,10 @@ def text(self, x, y, s, *args, **kwargs): """ + Call signature: + + figtext(x, y, s, fontdict=None, **kwargs) + Add text to figure at location *x*, *y* (relative 0-1 coords). See :func:`~matplotlib.pyplot.text` for the meaning of the other arguments. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |