From: <jd...@us...> - 2008-06-20 14:21:58
|
Revision: 5612 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5612&view=rev Author: jdh2358 Date: 2008-06-20 07:21:56 -0700 (Fri, 20 Jun 2008) Log Message: ----------- removed redundant scalar mappable inheritance from line collections Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/collections.py Modified: trunk/matplotlib/lib/matplotlib/collections.py =================================================================== --- trunk/matplotlib/lib/matplotlib/collections.py 2008-06-20 14:05:42 UTC (rev 5611) +++ trunk/matplotlib/lib/matplotlib/collections.py 2008-06-20 14:21:56 UTC (rev 5612) @@ -642,7 +642,7 @@ _path_generator = mpath.Path.unit_regular_asterisk -class LineCollection(Collection, cm.ScalarMappable): +class LineCollection(Collection): """ All parameters must be sequences or scalars; if scalars, they will be converted to sequences. The property of the ith line This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |