hemolearn.plotting.plot_vascular_map

hemolearn.plotting.plot_vascular_map(a_img, display_mode='ortho', cut_coords=None, filename='vascular_map.png', vmax=None, verbose=False)

Plot vascular map.

Parameters
a_imglist of Nifti, the vascular maps
display_modeNone or str, coords to cut the plotting, possible value are

None to have x, y, z or ‘x’, ‘y’, ‘z’ for a single cut

cut_coordstuple or None, MNI coordinate to perform display
filenamestr, (default=’vascular_map.png’), filename under which the pdf

is saved

vmaxfloat, (default=None), maximum of the colorbar.
verbosebool, (default=False), verbosity level