|
From: <ry...@us...> - 2010-05-09 02:59:36
|
Revision: 8301
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8301&view=rev
Author: ryanmay
Date: 2010-05-09 02:59:29 +0000 (Sun, 09 May 2010)
Log Message:
-----------
Clarify axes.scatter docstring slightly for using 'none' as a string instead of the None object.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2010-05-06 19:59:32 UTC (rev 8300)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2010-05-09 02:59:29 UTC (rev 8301)
@@ -5424,10 +5424,10 @@
particular:
*edgecolors*:
- 'none' to plot faces with no outlines
+ The string 'none' to plot faces with no outlines
*facecolors*:
- 'none' to plot unfilled outlines
+ The string 'none' to plot unfilled outlines
Here are the standard descriptions of all the
:class:`~matplotlib.collections.Collection` kwargs:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|