Allow for non-blocking plots
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.