From 1a8ce101aa1787c295dc89dbbdcb729e521fea87 Mon Sep 17 00:00:00 2001 From: THE-COB Date: Wed, 26 Feb 2020 16:23:34 -0500 Subject: [PATCH] Fixed spelling error: "condidence" to "confidence" --- python/demos/demo_pitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demos/demo_pitch.py b/python/demos/demo_pitch.py index 555a30e6..b85d2a0d 100755 --- 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('condidence') +ax3.set_ylabel('confidence') set_xlabels_sample2time(ax3, times[-1], samplerate) plt.show() #plt.savefig(os.path.basename(filename) + '.svg') -- 2.11.0