Changeset 9bb8151 for python/aubio


Ignore:
Timestamp:
Aug 2, 2006, 1:24:50 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
90bcdaa
Parents:
778bc7a
Message:

use gnuplot_create in plot_audio
use gnuplot_create in plot_audio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/gnuplot.py

    r778bc7a r9bb8151  
    4646        return time,data
    4747
    48 def plot_audio(filenames, fileout=None, start=0, end=None, noaxis=None,xsize=1.,ysize=1.):
    49         g = gnuplot_init(fileout)
     48def plot_audio(filenames, outplot='', extension='', start=0, end=None, noaxis=None,xsize=1.,ysize=1.):
     49        g = gnuplot_create(outplot, extension)
    5050        d = []
    5151        todraw = len(filenames)
Note: See TracChangeset for help on using the changeset viewer.