Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65f2645

Browse files
committed
filename as an input argument
1 parent 3af5039 commit 65f2645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/offline/offline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def plot(figure_or_data,
260260
).format(id=plotdivid)
261261

262262
if output_type == 'file':
263-
filename = 'plotly-temp.html'
264263
with open(filename, 'w') as f:
265264
if include_plotlyjs:
266265
plotly_js_script = ''.join([

0 commit comments

Comments
 (0)