problems with seedlinklistener (Peter Schmidt) (Anthony Lomax)

Hi Peter,

No problem - it is always good to revisit the code and algorithms from time to time!
Great that the solution is in the parameters, and not lower in the codes. Perhaps that particular channel send larger packets often at >5sec intervals, and the others did not.

Best regards,

Anthony

Hello community,

I’d like to change the saturation of colors in the spectrogram() plots (such that color is not scaled to the max value but to one I set). How can I do this? Also, how can I add the color bar to the spectrogram plots?

Thanks very much!
Florian

Hi Florian,

the spectrogram method has “cmap” and “clip” arguments. The first changes the colormap and the second one can be used to set the upper and lower range of values.

Cheers! Lion