I using matplotlib to plot some data in python and the plots require a standard colour bar. The data consists of a series of NxM matrices containing frequency information so
Easiest solution is to call clim(lower_limit, upper_limit) with the same arguments for each plot.