From 702ab3c5047643060ae1587f2c1f26365eb0629c Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 10 Oct 2016 07:34:51 -0400 Subject: [PATCH] remove plotly png output... point to plotlyjs --- src/backends/plotly.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index 627adeb7..d2548cf8 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -631,7 +631,8 @@ end function _show(io::IO, ::MIME"image/png", plt::Plot{PlotlyBackend}) - show_png_from_html(io, plt) + # show_png_from_html(io, plt) + error("png output from the plotly backend is not supported. Please use plotlyjs instead.") end function _show(io::IO, ::MIME"image/svg+xml", plt::Plot{PlotlyBackend})