maia-markov
Version:
Markov analysis and generation functions supporting various applications by Music Artificial Intelligence Algorithms, Inc.
23 lines (21 loc) • 512 B
JavaScript
//
const plotlib = require('nodeplotlib');
const data = [{x: [1, 3, 4, 5], y: [3, 12, 1, 4], type: 'line'}];
plotlib.stack(data);
plotlib.stack(data);
plotlib.stack(data);
plotlib.plot();
// plotlib.plot(data);
const riff = [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]