Retrieve the PPSD.plot 2d histogram using obspy
I am using the ObsPy Python library and I want to plot the PPSD but without using the PPSD.plot() function of ObsPy, because I look for using some matplotlib
utilities which are not implemented in the obspy.signal.spectral_estimation.PPSD
class (see ObsPy doc).