Revision: 7931
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7931&view=rev
Author: jdh2358
Date: 2009-11-03 21:17:48 +0000 (Tue, 03 Nov 2009)
Log Message:
-----------
remove static decorator
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mlab.py
trunk/matplotlib/lib/matplotlib/tests/test_mlab.py
Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py 2009-11-03 20:57:23 UTC (rev
7930)
+++ trunk/matplotlib/lib/matplotlib/mlab.py 2009-11-03 21:17:48 UTC (rev
7931)
@@ -820,6 +820,10 @@
*Y* : a projected into PCA space
+
+ The factor loadings are in the Wt factor, ie the factor
+ loadings for the 1st principal component are given by Wt[0]
+
"""
n, m = a.shape
if n<m:
Modified: trunk/matplotlib/lib/matplotlib/tests/test_mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/tests/test_mlab.py 2009-11-03 20:57:23 UTC
(rev 7930)
+++ trunk/matplotlib/lib/matplotlib/tests/test_mlab.py 2009-11-03 21:17:48 UTC
(rev 7931)
@@ -1,7 +1,6 @@
import numpy as np
import matplotlib.mlab as mlab
-...@staticmethod
def test_colinear_pca():
a = mlab.PCA._get_colinear()
pca = mlab.PCA(a)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins