Revision: 8092
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8092&view=rev
Author:   leejjoon
Date:     2010-01-19 00:26:16 +0000 (Tue, 19 Jan 2010)

Log Message:
-----------
update annotate documentation to explain *annotation_clip* parameter

Modified Paths:
--------------
    branches/v0_99_maint/lib/matplotlib/text.py

Modified: branches/v0_99_maint/lib/matplotlib/text.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/text.py 2010-01-17 01:42:30 UTC (rev 
8091)
+++ branches/v0_99_maint/lib/matplotlib/text.py 2010-01-19 00:26:16 UTC (rev 
8092)
@@ -1438,6 +1438,14 @@
           # 5 points below the top border
           xy=(10,-5), xycoords='axes points'
 
+
+        The *annotation_clip* attribute contols the visibility of the
+        annotation when it goes outside the axes area. If True, the
+        annotation will only be drawn when the *xy* is inside the
+        axes. If False, the annotation will always be drawn regardless
+        of its position.  The default is *None*, which behave as True
+        only if *xycoords* is"data".
+
         Additional kwargs are Text properties:
 
         %(Text)s


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

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to