Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

8.11.30. nilearn.plotting.show

nilearn.plotting.show()[source]

Show all the figures generated by nilearn and/or matplotlib.

This function is equivalent to matplotlib.pyplot.show, but is skipped on the ‘Agg’ backend where it has no effect other than to emit a warning.

8.11.30.1. Examples using nilearn.plotting.show