Added support for imshow in plotting spectrograms
This PR enables using imshow()
for rendering a Spectrogram
via TimeSeriesAxes.plot_spectrogram
. matplotlib 2.0 finally fixed the problem of images on a log axes, so we can use it for spectrograms! It is not the default option whenever mpl >= 2.0 is present.
Fixes #172 (closed).