projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db10ad
)
demo_spectrogram.py: remove debug output
author
Paul Brossier
<piem@piem.org>
Sat, 9 Feb 2013 19:50:57 +0000
(14:50 -0500)
committer
Paul Brossier
<piem@piem.org>
Sat, 9 Feb 2013 19:50:57 +0000
(14:50 -0500)
interfaces/python/demo_spectrogram.py
patch
|
blob
|
history
diff --git
a/interfaces/python/demo_spectrogram.py
b/interfaces/python/demo_spectrogram.py
index 67fd451bdd85146367383d6cc57ac10e8d74a2b0..16bd69efae67ac49264b43d10cbcb543b73c9f28 100755
(executable)
--- a/
interfaces/python/demo_spectrogram.py
+++ b/
interfaces/python/demo_spectrogram.py
@@
-45,7
+45,6
@@
def get_spectrogram(filename):
# convert to string
ticks_labels = [ "%.1f" % x for x in ticks_labels ]
# return position, label tuple to use with x/yticks
- print ticks_positions, ticks_labels
return ticks_positions, ticks_labels
# apply to the axis