You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have a lower boundary option in the mni_glass_brain.py code to control the range of the colourmaps, however it doesn't work as there is a bug/decision in the nilearn plotting function to fix the limit to either -vmax or 0. (See issue 1149 at nilearn).
Once this issue is resolved (if it is) then checking to see if our code actually works is important! 😀
The text was updated successfully, but these errors were encountered:
At the moment we have a lower boundary option in the mni_glass_brain.py code to control the range of the colourmaps, however it doesn't work as there is a bug/decision in the nilearn plotting function to fix the limit to either
-vmax
or0
. (See issue 1149 at nilearn).Once this issue is resolved (if it is) then checking to see if our code actually works is important! 😀
The text was updated successfully, but these errors were encountered: