Changeset 5f23f66 for python/aubio/plot


Ignore:
Timestamp:
Sep 26, 2009, 1:42:52 AM (15 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:
634d238
Parents:
55ed67a
Message:

python/aubio: use Gnuplot.Data with_ keywords, with is a reserved keyword in python 2.6 (debian #512622)

File:
1 edited

Legend:

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

    r55ed67a r5f23f66  
    5252                x_widths,                       # x errors
    5353                __notesheight*ones(len(la)),    # y errors
    54                 title=plot_title,with=('boxxyerrorbars fs 3')))
     54                title=plot_title,with_=('boxxyerrorbars fs 3')))
    5555        return d
    5656
     
    6767                x_widths,                       # x errors
    6868                __notesheight*ones(len(la)-1),  # y errors
    69                 title=plot_title,with=('boxxyerrorbars fs 3')))
     69                title=plot_title,with_=('boxxyerrorbars fs 3')))
    7070        return d
    7171
Note: See TracChangeset for help on using the changeset viewer.