ref: c7e5ee952fddcd23c7279b80fc3f5cc2c2935bc6
parent: e33c8b16549ed5cbf2835f513248ec9f05858bd6
parent: 1a8ce101aa1787c295dc89dbbdcb729e521fea87
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 10:07:06 EDT 2020
Merge branch @THE-COB/aubio to fix typo in demo
--- 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')