Merge pull request #1471 from hycakir/master
Remove SVG support for plotly, which is not there
This commit is contained in:
commit
cef0882e80
@ -908,7 +908,7 @@ function _show(io::IO, ::MIME"image/png", plt::Plot{PlotlyBackend})
|
|||||||
end
|
end
|
||||||
|
|
||||||
function _show(io::IO, ::MIME"image/svg+xml", plt::Plot{PlotlyBackend})
|
function _show(io::IO, ::MIME"image/svg+xml", plt::Plot{PlotlyBackend})
|
||||||
write(io, html_head(plt) * html_body(plt))
|
error("svg output from the plotly backend is not supported. Please use plotlyjs instead.")
|
||||||
end
|
end
|
||||||
|
|
||||||
function Base.show(io::IO, ::MIME"text/html", plt::Plot{PlotlyBackend})
|
function Base.show(io::IO, ::MIME"text/html", plt::Plot{PlotlyBackend})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user