-
Notifications
You must be signed in to change notification settings - Fork 3
Brainmap Color Maps
KenWWW edited this page Jul 19, 2023
·
1 revision
There are two types of brain map color maps
For make_brainmap and plot_brainmap, we need to provide a list consists of floats and Colorbar objects. Each Colorbar objects contains the details about a colorbar (color gradient) for the brain map.
For make_brainmap_cat and plot_brainmap_cat, we need to provide a list consists of colors. We will assign the colors based on the effect column.
See more in tfsplt_brainmap-examples.ipynb.