Skip to content

Allow for non-blocking plots

Gordian Edenhofer requested to merge non-blocking-plots into NIFTy_5

Pass the block keyword on to matplotlib.pyplot as to allow for non-blocking interactive plot windows to be created. This is useful for creating several plots in fast succession without the python script blocking the current process.

Merge request reports