|
From: <lee...@us...> - 2010-01-19 00:31:05
|
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.
|