Skip to content

Instantly share code, notes, and snippets.

@dofuuz
dofuuz / cm_audaspec.py
Created March 10, 2022 07:16
Audacity spectrogram colormap for Matplotlib
# Audacity spectrogram colormap data
# https://github.com/dofuuz/audacity-colormap
audaspec_data = [
[0.000009, 0.000025, 0.000020],
[0.000227, 0.000394, 0.000344],
[0.000630, 0.001132, 0.000994],
[0.001157, 0.002212, 0.001945],
[0.001770, 0.003620, 0.003193],
[0.002441, 0.005351, 0.004740],