5830eee2522cc9c00056f876e0e3a8debd184e7c,examples/03_connectivity/plot_inverse_covariance_connectome.py,,,#,28

Before Change


// The covariance can be found at estimator.covariance_
plotting.plot_matrix(estimator.covariance_, labels=labels,
                     ax=plt.gca(), vmax=1, vmin=-1)
plt.title("Covariance")

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// And now display the corresponding graph
// ----------------------------------------

After Change



// The covariance can be found at estimator.covariance_
plotting.plot_matrix(estimator.covariance_, labels=labels,
                     figure=(9, 7), vmax=1, vmin=-1,
                    title="Covariance")

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: nilearn/nilearn
Commit Name: 5830eee2522cc9c00056f876e0e3a8debd184e7c
Time: 2017-07-30
Author: gael.varoquaux@normalesup.org
File Name: examples/03_connectivity/plot_inverse_covariance_connectome.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: 5196910e726c04648f5cffae5f50ecd3171539ce
Time: 2019-03-17
Author: tdonoghue@ucsd.edu
File Name: neurodsp/plts/filt.py
Class Name:
Method Name: plot_frequency_response


Project Name: nilearn/nilearn
Commit Name: 5830eee2522cc9c00056f876e0e3a8debd184e7c
Time: 2017-07-30
Author: gael.varoquaux@normalesup.org
File Name: examples/03_connectivity/plot_signal_extraction.py
Class Name:
Method Name: