From: <md...@us...> - 2007-11-06 15:50:55
|
Revision: 4124 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4124&view=rev Author: mdboom Date: 2007-11-06 07:50:51 -0800 (Tue, 06 Nov 2007) Log Message: ----------- Update docstring to reflect reality. Modified Paths: -------------- branches/transforms/lib/matplotlib/path.py Modified: branches/transforms/lib/matplotlib/path.py =================================================================== --- branches/transforms/lib/matplotlib/path.py 2007-11-06 15:48:22 UTC (rev 4123) +++ branches/transforms/lib/matplotlib/path.py 2007-11-06 15:50:51 UTC (rev 4124) @@ -70,9 +70,11 @@ """ Create a new path with the given vertices and codes. - vertices is an Nx2 numpy float array. + vertices is an Nx2 numpy float array, masked array or Python + sequence. - codes is an N-length numpy array of type Path.code_type. + codes is an N-length numpy array or Python sequence of type + Path.code_type. See the docstring of Path for a description of the various codes. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |