remove plotly png output... point to plotlyjs

This commit is contained in:
Thomas Breloff 2016-10-10 07:34:51 -04:00
parent b9dea42be6
commit 702ab3c504

View File

@ -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})