MCPcopy Index your code
hub / github.com/plotly/plotly.py / remove

Method remove

js/src/widget.ts:981–984  ·  view source on GitHub ↗

* Purge Plotly.js data structures from the notebook output display * element when the view is destroyed

()

Source from the content-addressed store, hash-verified

979 * element when the view is destroyed
980 */
981 remove() {
982 Plotly.purge(this.el);
983 window.removeEventListener("resize", this.resizeEventListener);
984 }
985
986 /**
987 * Return the figure's _fullData array merged with its data array

Callers 1

renderFunction · 0.95

Calls 1

removeEventListenerMethod · 0.45

Tested by

no test coverage detected