Changeset 42515ac
- Timestamp:
- May 2, 2011, 12:35:24 PM (14 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:
- 5f9df77
- Parents:
- 1a74ac3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/plot/keyboard.py
r1a74ac3 r42515ac 31 31 ybdelta = [(y1-y0)*1/3. for i in range(len(xb))] 32 32 33 whites = Gnuplot.Data(xw,yw,xwdelta,ywdelta,with = 'boxxyerrorbars')34 blacks = Gnuplot.Data(xb,yb,xbdelta,ybdelta,with = 'boxxyerrorbars fill solid')33 whites = Gnuplot.Data(xw,yw,xwdelta,ywdelta,with_ = 'boxxyerrorbars') 34 blacks = Gnuplot.Data(xb,yb,xbdelta,ybdelta,with_ = 'boxxyerrorbars fill solid') 35 35 36 36 return blacks,whites
Note: See TracChangeset
for help on using the changeset viewer.