Changeset fa11ce0
- Timestamp:
- Feb 9, 2013, 8:50:57 PM (12 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ba00fd7
- Parents:
- 4db10ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/demo_spectrogram.py
r4db10ad rfa11ce0 46 46 ticks_labels = [ "%.1f" % x for x in ticks_labels ] 47 47 # return position, label tuple to use with x/yticks 48 print ticks_positions, ticks_labels49 48 return ticks_positions, ticks_labels 50 49
Note: See TracChangeset
for help on using the changeset viewer.