f25d4df0127537d57d4d7f7cd3fa52ca31ffa3ff,examples/01_plotting/plot_visualize_megatrawls_netmats.py,,,#,17
Before Change
title = "Partial correlation matrices of d=300""
plt.figure()
plt.imshow(partial_correlation, interpolation="nearest", cmap=plotting.cm.bwr)
plt.colorbar()
plt.title(title)
plt.show()
After Change
from nilearn.plotting.matrix_plotting import plot_matrix
title = "Partial correlation matrices of d=300"
display = plot_matrix(partial_correlation, cmap=plotting.cm.bwr, colorbar=True)
plt.title(title)
plt.show()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: nilearn/nilearn
Commit Name: f25d4df0127537d57d4d7f7cd3fa52ca31ffa3ff
Time: 2017-07-28
Author: moritz.boos@uni-oldenburg.de
File Name: examples/01_plotting/plot_visualize_megatrawls_netmats.py
Class Name:
Method Name:
Project Name: nilearn/nilearn
Commit Name: f25d4df0127537d57d4d7f7cd3fa52ca31ffa3ff
Time: 2017-07-28
Author: moritz.boos@uni-oldenburg.de
File Name: examples/03_connectivity/plot_multi_subject_connectome.py
Class Name:
Method Name: plot_matrices
Project Name: nilearn/nilearn
Commit Name: f25d4df0127537d57d4d7f7cd3fa52ca31ffa3ff
Time: 2017-07-28
Author: moritz.boos@uni-oldenburg.de
File Name: examples/03_connectivity/plot_extract_regions_dictlearning_maps.py
Class Name:
Method Name: