From 009d03f1f82bc0b808b8eb1df6013026c99b7ecf Mon Sep 17 00:00:00 2001 From: HMH Date: Sat, 23 Feb 2019 04:22:31 +0100 Subject: [PATCH] Set default output for plotly to html. There does not exist any other. --- src/backends.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backends.jl b/src/backends.jl index 70fba5da..51aeffa7 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -417,6 +417,8 @@ const _plotly_marker = [ ] const _plotly_scale = [:identity, :log10] +defaultOutputFormat(plt::Plot{Plots.PlotlyBackend}) = "html" + # ------------------------------------------------------------------------------ # pgfplots