added writemime methods for plotly_blink
This commit is contained in:
parent
bce865ff9f
commit
863ad22b48
@ -44,5 +44,10 @@ function Base.display(::PlotsDisplay, plt::Plot{PlotlyPackage})
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Base.display(::PlotsDisplay, plt::Subplot{PlotlyPackage})
|
function Base.display(::PlotsDisplay, plt::Subplot{PlotlyPackage})
|
||||||
error()
|
error()
|
||||||
|
end
|
||||||
|
|
||||||
|
for (mime, fmt) in PlotlyJS._mimeformats
|
||||||
|
@eval Base.writemime(io::IO, m::MIME{symbol($mime)}, p::Plot{PlotlyPackage}) =
|
||||||
|
writemime(io, m, p.o)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user