Changeset 42515ac for python


Ignore:
Timestamp:
May 2, 2011, 12:35:24 PM (13 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/plot/keyboard.py

    r1a74ac3 r42515ac  
    3131  ybdelta = [(y1-y0)*1/3. for i in range(len(xb))]
    3232
    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')
    3535
    3636  return blacks,whites
Note: See TracChangeset for help on using the changeset viewer.