Changes in / [c37aee1:20ae690]


Ignore:
Files:
3 added
3 deleted
1 edited

Legend:

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

    rc37aee1 r20ae690  
    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.