Revision: 8168 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8168&view=rev Author: jdh2358 Date: 2010-03-02 02:24:34 +0000 (Tue, 02 Mar 2010)
Log Message: ----------- fix alt kwarg for set_mfc Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/lines.py Modified: trunk/matplotlib/lib/matplotlib/lines.py =================================================================== --- trunk/matplotlib/lib/matplotlib/lines.py 2010-03-02 01:47:54 UTC (rev 8167) +++ trunk/matplotlib/lib/matplotlib/lines.py 2010-03-02 02:24:34 UTC (rev 8168) @@ -1586,7 +1586,7 @@ def set_mfc(self, val): 'alias for set_markerfacecolor' - self.set_markerfacecolor(val, alt=alt) + self.set_markerfacecolor(val) def set_mfcalt(self, val): 'alias for set_markerfacecoloralt' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins