SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <jd...@us...> - 2010年08月13日 18:23:39
Revision: 8627
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8627&view=rev
Author: jdh2358
Date: 2010年08月13日 18:23:33 +0000 (2010年8月13日)
Log Message:
-----------
fix docstring typo
Modified Paths:
--------------
 branches/v1_0_maint/lib/matplotlib/mlab.py
Modified: branches/v1_0_maint/lib/matplotlib/mlab.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/mlab.py	2010年08月12日 21:16:10 UTC (rev 8626)
+++ branches/v1_0_maint/lib/matplotlib/mlab.py	2010年08月13日 18:23:33 UTC (rev 8627)
@@ -785,7 +785,7 @@
 - *fracVar* : the fraction of the variance accounted for by each
 component returned
 
- A similar function of the same name was in the MATLAB 
+ A similar function of the same name was in the MATLAB
 R13 Neural Network Toolbox but is not found in later versions;
 its successor seems to be called "processpcs".
 """
@@ -2108,7 +2108,7 @@
 - *checkrows*: is the number of rows to check to validate the column
 data type. When set to zero all rows are validated.
 
- - *converted*: if not *None*, is a dictionary mapping column number or
+ - *converterd*: if not *None*, is a dictionary mapping column number or
 munged column name to a converter function.
 
 - *names*: if not None, is a list of header names. In this case, no
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ry...@us...> - 2010年09月11日 19:02:45
Revision: 8696
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8696&view=rev
Author: ryanmay
Date: 2010年09月11日 19:02:38 +0000 (2010年9月11日)
Log Message:
-----------
Fix typo in griddata().
Modified Paths:
--------------
 branches/v1_0_maint/lib/matplotlib/mlab.py
Modified: branches/v1_0_maint/lib/matplotlib/mlab.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/mlab.py	2010年09月10日 16:46:04 UTC (rev 8695)
+++ branches/v1_0_maint/lib/matplotlib/mlab.py	2010年09月11日 19:02:38 UTC (rev 8696)
@@ -2719,7 +2719,7 @@
 # remove masked points.
 if hasattr(z,'mask'):
 # make sure mask is not a scalar boolean array.
- if a.mask.ndim:
+ if z.mask.ndim:
 x = x.compress(z.mask == False)
 y = y.compress(z.mask == False)
 z = z.compressed()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /