|
From: <md...@us...> - 2008-06-23 12:58:33
|
Revision: 5644
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5644&view=rev
Author: mdboom
Date: 2008-06-23 05:58:30 -0700 (Mon, 23 Jun 2008)
Log Message:
-----------
Fix docstrings.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/collections.py
Modified: trunk/matplotlib/lib/matplotlib/collections.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/collections.py 2008-06-23 12:52:01 UTC (rev 5643)
+++ trunk/matplotlib/lib/matplotlib/collections.py 2008-06-23 12:58:30 UTC (rev 5644)
@@ -820,6 +820,7 @@
self._sizes = sizes
self.set_transform(transforms.IdentityTransform())
self._paths = [mpath.Path.unit_circle()]
+ __init__.__doc__ = cbook.dedent(__init__.__doc__) % artist.kwdocd
def draw(self, renderer):
# sizes is the area of the circle circumscribing the polygon
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|