In the past few weeks, three new `Plotly` methods were added to plotly.js. We should add info about them on [/javascript/plotlyjs-function-reference/](https://plot.ly/javascript/plotlyjs-function-reference/). These new methods are: - [x] `Plotly.purge` in [`v1.7.0`](https://github.com/plotly/plotly.js/releases/tag/v1.7.0) which clears the graph div to its pre-Plotly.plot state - [x] `Plotly.toImage` in [`v1.11.0`](https://github.com/plotly/plotly.js/releases/tag/v1.11.0) which turns an existing plotly graph into an image string - [x] `Plotly.downloadImage` in [`v1.11.0`](https://github.com/plotly/plotly.js/releases/tag/v1.11.0) which turns programatically download an existing plotly graph.