c8555ec1114de98066267e7d2abf046a015499ad,examples/connectivity/plot_inverse_covariance_connectome.py,,,#,25

Before Change


from matplotlib import pyplot as plt

from nilearn import plotting
coords = np.vstack((labels["x"], labels["y"], labels["z"])).T

// Display the covariance
plt.figure(figsize=(10, 10))
plt.imshow(estimator.covariance_, interpolation="nearest",

After Change


from matplotlib import pyplot as plt

from nilearn import plotting
coords = labels[["x", "y", "z"]].tolist()

// Display the covariance
plt.figure(figsize=(10, 10))
plt.imshow(estimator.covariance_, interpolation="nearest",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 11

Instances


Project Name: nilearn/nilearn
Commit Name: c8555ec1114de98066267e7d2abf046a015499ad
Time: 2015-07-27
Author: loic.esteve@ymail.com
File Name: examples/connectivity/plot_inverse_covariance_connectome.py
Class Name:
Method Name:


Project Name: nilearn/nilearn
Commit Name: c8555ec1114de98066267e7d2abf046a015499ad
Time: 2015-07-27
Author: loic.esteve@ymail.com
File Name: examples/connectivity/plot_inverse_covariance_connectome.py
Class Name:
Method Name:


Project Name: nilearn/nilearn
Commit Name: c8555ec1114de98066267e7d2abf046a015499ad
Time: 2015-07-27
Author: loic.esteve@ymail.com
File Name: examples/connectivity/plot_probabilistic_atlas_extraction.py
Class Name:
Method Name:


Project Name: nilearn/nilearn
Commit Name: ab2c5d3a8c733e5febcfce970a9b967fb8edba1e
Time: 2015-09-15
Author: sb238920@is223297.intra.cea.fr
File Name: examples/connectivity/plot_adhd_tangent.py
Class Name:
Method Name: