, ! , .
, , , , ( !). :
var frame = [{
data: {
y: [...new values...]
}
}]
Plotly.plot(gd, [{x: [...], y: [...]}]).then(function() {
Plotly.animate(gd, frame)
});
- , , , ( , Plotly.plot ).
, , , , . , , , , - , , , . Plotly.plot(gd, [{x: [], y: []}]). , , [] - , Plotly, . , FYI, , , . , , animate .
, , ! , / !
user657199