Caution

You're reading the documentation for a development version. For the latest released version, please have a look at 0.10.1.

Display

Data visualization

specshow(data, *[, x_coords, y_coords, ...])

Display a spectrogram/chromagram/cqt/etc.

waveshow(y, *[, sr, max_points, axis, ...])

Visualize a waveform in the time domain.

Axis formatting

TimeFormatter([lag, unit])

A tick formatter for time axes.

NoteFormatter([octave, major, key, unicode])

Ticker formatter for Notes

SvaraFormatter(Sa[, octave, major, abbr, ...])

Ticker formatter for Svara

FJSFormatter(*, fmin, n_bins, ...[, major, ...])

Ticker formatter for Functional Just System (FJS) notation

LogHzFormatter([major])

Ticker formatter for logarithmic frequency

ChromaFormatter([key, unicode])

A formatter for chroma axes

ChromaSvaraFormatter([Sa, mela, abbr, unicode])

A formatter for chroma axes with svara instead of notes.

ChromaFJSFormatter(*, intervals[, unison, ...])

A formatter for chroma axes with functional just notation

TonnetzFormatter()

A formatter for tonnetz axes

Miscellaneous

cmap(data, *[, robust, cmap_seq, cmap_bool, ...])

Get a default colormap from the given data.

AdaptiveWaveplot(times, y, steps, envelope)

A helper class for managing adaptive wave visualizations.