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.10.31. 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.