Skip to content

Commit 4256891

Browse files
committed
changed default filename for download_notebook_image
1 parent f7d972c commit 4256891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/offline/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def enable_mpl_offline(resize=False, strip_style=False,
603603

604604

605605
def download_notebook_image(format='png', height=600, width=800,
606-
filename='newplot'):
606+
filename='plot_image'):
607607
"""
608608
Download an image of the most recent plot. This function should be
609609
called in a cell following the output cell that includes the plot.

0 commit comments

Comments
 (0)