now_2023.plotting.plot_image

now_2023.plotting.plot_image(image: Path, cut_coords: tuple[int, int, int], title: str | None = None)[source]

Plot a slice of a brain image.

Paramaters

imagePath

The path to the nifti image to be plotted.

cut_coordstuple of three int

The coordinates of the slice to be displayed.

titlestr, optional

The title of the plot.