Changes in / [e33c8b1:c7e5ee9]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_pitch.py

    re33c8b1 rc7e5ee9  
    9898ax3.plot(times, [tolerance]*len(confidences))
    9999ax3.axis( xmin = times[0], xmax = times[-1])
    100 ax3.set_ylabel('condidence')
     100ax3.set_ylabel('confidence')
    101101set_xlabels_sample2time(ax3, times[-1], samplerate)
    102102plt.show()
Note: See TracChangeset for help on using the changeset viewer.