|
From: <lee...@us...> - 2008-12-11 17:45:49
|
Revision: 6562
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6562&view=rev
Author: leejjoon
Date: 2008-12-11 17:45:45 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
fixed typo in Line2D.set_marker doc.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/lines.py
Modified: trunk/matplotlib/lib/matplotlib/lines.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/lines.py 2008-12-11 03:25:31 UTC (rev 6561)
+++ trunk/matplotlib/lib/matplotlib/lines.py 2008-12-11 17:45:45 UTC (rev 6562)
@@ -651,9 +651,9 @@
"""
Set the line marker
- ========= ==========================
+ ========== ==========================
marker description
- ========= ==========================
+ ========== ==========================
'.' point
',' pixel
'o' circle
@@ -687,7 +687,7 @@
'None' nothing
' ' nothing
'' nothing
- ========= ==========================
+ ========== ==========================
ACCEPTS: [ '+' | '*' | ',' | '.' | '1' | '2' | '3' | '4'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|