Changeset 5f23f66 for python/aubio/plot
- Timestamp:
- Sep 26, 2009, 1:42:52 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 634d238
- Parents:
- 55ed67a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/plot/notes.py
r55ed67a r5f23f66 52 52 x_widths, # x errors 53 53 __notesheight*ones(len(la)), # y errors 54 title=plot_title,with =('boxxyerrorbars fs 3')))54 title=plot_title,with_=('boxxyerrorbars fs 3'))) 55 55 return d 56 56 … … 67 67 x_widths, # x errors 68 68 __notesheight*ones(len(la)-1), # y errors 69 title=plot_title,with =('boxxyerrorbars fs 3')))69 title=plot_title,with_=('boxxyerrorbars fs 3'))) 70 70 return d 71 71
Note: See TracChangeset
for help on using the changeset viewer.