You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I think Plotly.deleteFrames('graph', null); will throw an error as it expects a list of frame indices to be deleted. This seems like an oversight. To match animate(gd, null), it should probably delete all frames. If there's agreement, I'll make this quick fix.