Skip to content

Commit b37843a

Browse files
committed
EXA change cmap range for wordnet
1 parent 69a22b1 commit b37843a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/movies_3T/04_plot_motion_energy_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215

216216
mapper_file = os.path.join(directory, "mappers", f"{subject}_mappers.hdf")
217217
ax = plot_2d_flatmap_from_mapper(scores_wordnet, scores_motion_energy,
218-
mapper_file, vmin=0, vmax=0.5, vmin2=0,
218+
mapper_file, vmin=0, vmax=0.25, vmin2=0,
219219
vmax2=0.5, label_1="wordnet",
220220
label_2="motion energy")
221221
plt.show()

tutorials/movies_3T/05_plot_banded_ridge_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338

339339
mapper_file = os.path.join(directory, "mappers", f"{subject}_mappers.hdf")
340340
ax = plot_2d_flatmap_from_mapper(split_scores[0], split_scores[1],
341-
mapper_file, vmin=0, vmax=0.5, vmin2=0,
341+
mapper_file, vmin=0, vmax=0.25, vmin2=0,
342342
vmax2=0.5, label_1=feature_names[0],
343343
label_2=feature_names[1])
344344
plt.show()

tutorials/notebooks/movies_3T/04_plot_motion_energy_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
},
308308
"outputs": [],
309309
"source": [
310-
"from voxelwise_tutorials.viz import plot_2d_flatmap_from_mapper\n\nmapper_file = os.path.join(directory, \"mappers\", f\"{subject}_mappers.hdf\")\nax = plot_2d_flatmap_from_mapper(scores_wordnet, scores_motion_energy,\n mapper_file, vmin=0, vmax=0.5, vmin2=0,\n vmax2=0.5, label_1=\"wordnet\",\n label_2=\"motion energy\")\nplt.show()"
310+
"from voxelwise_tutorials.viz import plot_2d_flatmap_from_mapper\n\nmapper_file = os.path.join(directory, \"mappers\", f\"{subject}_mappers.hdf\")\nax = plot_2d_flatmap_from_mapper(scores_wordnet, scores_motion_energy,\n mapper_file, vmin=0, vmax=0.25, vmin2=0,\n vmax2=0.5, label_1=\"wordnet\",\n label_2=\"motion energy\")\nplt.show()"
311311
]
312312
},
313313
{

tutorials/notebooks/movies_3T/05_plot_banded_ridge_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
},
459459
"outputs": [],
460460
"source": [
461-
"from voxelwise_tutorials.viz import plot_2d_flatmap_from_mapper\n\nmapper_file = os.path.join(directory, \"mappers\", f\"{subject}_mappers.hdf\")\nax = plot_2d_flatmap_from_mapper(split_scores[0], split_scores[1],\n mapper_file, vmin=0, vmax=0.5, vmin2=0,\n vmax2=0.5, label_1=feature_names[0],\n label_2=feature_names[1])\nplt.show()"
461+
"from voxelwise_tutorials.viz import plot_2d_flatmap_from_mapper\n\nmapper_file = os.path.join(directory, \"mappers\", f\"{subject}_mappers.hdf\")\nax = plot_2d_flatmap_from_mapper(split_scores[0], split_scores[1],\n mapper_file, vmin=0, vmax=0.25, vmin2=0,\n vmax2=0.5, label_1=feature_names[0],\n label_2=feature_names[1])\nplt.show()"
462462
]
463463
},
464464
{

0 commit comments

Comments
 (0)