From: <md...@us...> - 2008-06-24 17:41:17
|
Revision: 5662 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5662&view=rev Author: mdboom Date: 2008-06-24 10:41:08 -0700 (Tue, 24 Jun 2008) Log Message: ----------- Docstring formatting fixes. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2008-06-24 17:36:44 UTC (rev 5661) +++ trunk/matplotlib/lib/matplotlib/axes.py 2008-06-24 17:41:08 UTC (rev 5662) @@ -4663,14 +4663,14 @@ *style*: the style of the regular symbol: - ===== ========================================= + ===== ============================================= Value Description - ===== ========================================= + ===== ============================================= 0 a regular polygon 1 a star-like symbol 2 an asterisk - 3 a circle (numsides and angle is ignored) - ===== ========================================= + 3 a circle (*numsides* and *angle* is ignored) + ===== ============================================= *angle*: the angle of rotation of the symbol This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |