projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadb7f6
)
Fixed spelling error: "condidence" to "confidence"
author
THE-COB
<jmlife6@gmail.com>
Wed, 26 Feb 2020 21:23:34 +0000
(16:23 -0500)
committer
GitHub
<noreply@github.com>
Wed, 26 Feb 2020 21:23:34 +0000
(16:23 -0500)
python/demos/demo_pitch.py
patch
|
blob
|
history
diff --git
a/python/demos/demo_pitch.py
b/python/demos/demo_pitch.py
index
555a30e
..
b85d2a0
100755
(executable)
--- a/
python/demos/demo_pitch.py
+++ b/
python/demos/demo_pitch.py
@@
-97,7
+97,7
@@
ax3.plot(times, confidences)
# draw a line at tolerance
ax3.plot(times, [tolerance]*len(confidences))
ax3.axis( xmin = times[0], xmax = times[-1])
-ax3.set_ylabel('con
d
idence')
+ax3.set_ylabel('con
f
idence')
set_xlabels_sample2time(ax3, times[-1], samplerate)
plt.show()
#plt.savefig(os.path.basename(filename) + '.svg')