ref: 1a8ce101aa1787c295dc89dbbdcb729e521fea87
parent: eadb7f61c8851bdc2438e9f3c7e321d700d9fe50
author: THE-COB <jmlife6@gmail.com>
date: Wed Feb 26 11:23:34 EST 2020
Fixed spelling error: "condidence" to "confidence"
--- a/python/demos/demo_pitch.py
+++ b/python/demos/demo_pitch.py
@@ -97,7 +97,7 @@
# draw a line at tolerance
ax3.plot(times, [tolerance]*len(confidences))
ax3.axis( xmin = times[0], xmax = times[-1])
-ax3.set_ylabel('condidence')
+ax3.set_ylabel('confidence')
set_xlabels_sample2time(ax3, times[-1], samplerate)
plt.show()
#plt.savefig(os.path.basename(filename) + '.svg')