Visualisation of Nifti Files

NIFTI stands for Neuroimaging Informations Technology Initiative. It's a standard representation of images, and it's the most common used type of analytic file. Nilearn comes with plotting function to display brain maps coming from Nifti-like images, in the nilearn.plotting module. Nilearn has a set of plotting functions to plot brain volumes that are fined tuned to specific applications. Amongst other things, they use different heuristics to find cutting coordinates.

plot_glass_brain

plot_anat

Plotting functions in nilearn


Function Name

Function Description

plot_anat

Plotting an anatomical image

plot_glass_brain

Glass brain visualization. By default plots maximum intensity projection of the absolute values. To plot positive and negative values set plot_abs parameter to False.

plot_img

General-purpose function, with no specific presets

plot_stat_map

Plotting a statistical map, like a T-map, a Z-map, or an ICA, with an optional background

plot_epi

Plotting an EPI, or T2* image

plot_surf_roi

Plotting surface atlases on a brain surface



1. Basic Atlas plotting

2. Glass brain plotting in nilearn

3. Making a surface plot of a 3D statistical map