@@ -465,8 +465,9 @@ def plot_mpl(mpl_fig, resize=False, strip_style=False,
465
465
"""
466
466
plotly_plot = tools .mpl_to_plotly (mpl_fig , resize , strip_style , verbose )
467
467
return plot (plotly_plot , show_link , link_text , validate , output_type ,
468
- include_plotlyjs , filename , auto_open , download_image ,
469
- image_filename , format , _height , _width )
468
+ include_plotlyjs , filename , auto_open ,
469
+ download_image = download_image , image_filename = image_filename ,
470
+ format = format , _height = _height , _width = _width )
470
471
471
472
472
473
def iplot_mpl (mpl_fig , resize = False , strip_style = False ,
@@ -519,7 +520,7 @@ def iplot_mpl(mpl_fig, resize=False, strip_style=False,
519
520
"""
520
521
plotly_plot = tools .mpl_to_plotly (mpl_fig , resize , strip_style , verbose )
521
522
return iplot (plotly_plot , show_link , link_text , validate ,
522
- download_image = download_image , image_filename = image_filename ,
523
+ download_image = download_image , filename = image_filename ,
523
524
format = _format , _height = _height , _width = _width )
524
525
525
526
0 commit comments