remove plotly png output... point to plotlyjs
This commit is contained in:
parent
b9dea42be6
commit
702ab3c504
@ -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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user