Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65f2645

Browse filesBrowse files
committed
filename as an input argument
1 parent 3af5039 commit 65f2645
Copy full SHA for 65f2645

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎plotly/offline/offline.py

Copy file name to clipboardExpand all lines: plotly/offline/offline.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.