prepare output

This commit is contained in:
Pietro Vertechi 2018-06-27 15:39:54 +01:00
parent 7085d98f41
commit 35c17044e1

View File

@ -122,7 +122,7 @@ end
@require WebIO begin
function WebIO.render(plt::Plot{PlotlyJSBackend})
_update_plot_object(plt)
prepare_output(plt)
WebIO.render(plt.o)
end
end