Skip to content

Commit efc8ae7

Browse files
author
yankev
committed
added original parameters in addition to config
1 parent fa433c3 commit efc8ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/offline/offline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def init_notebook_mode():
7171
'</script>'))
7272

7373

74-
def _plot_html(figure_or_data, config,
75-
validate, default_width, default_height):
74+
def _plot_html(figure_or_data, show_link, link_text,
75+
validate, default_width, default_height, config):
7676

7777
figure = tools.return_figure_from_figure_or_data(figure_or_data, validate)
7878

0 commit comments

Comments
 (0)