We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a72a commit 6e9bdb3Copy full SHA for 6e9bdb3
plotly/offline/offline.py
@@ -253,7 +253,6 @@ def plot(figure_or_data,
253
'<script type="text/javascript">'
254
'window.removeEventListener("resize");'
255
'window.addEventListener("resize", function(){{'
256
- 'console.log("resize");'
257
'Plotly.Plots.resize(document.getElementById("{id}"));}});'
258
'</script>'
259
).format(id=plotdivid)
0 commit comments