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.

-------------------------------------------------------------------------
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