diff --git a/Project.toml b/Project.toml index 85922cc2..2bcb687c 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,6 @@ Hexagons = "a1b4810d-1bce-5fbd-ac56-80944d57a21f" IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959" IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" -Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d" KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612" @@ -44,7 +43,6 @@ Hexagons = "0.2" IndirectArrays = "1" IterTools = "1" JSON = "0.18, 0.19, 0.20, 0.21" -Juno = "0.7, 0.8" KernelDensity = "0.5, 0.6" Loess = "0.4, 0.5, 0.6" Measures = "0.3.2" diff --git a/src/Gadfly.jl b/src/Gadfly.jl index 211495b7..c4b01f1b 100755 --- a/src/Gadfly.jl +++ b/src/Gadfly.jl @@ -945,15 +945,6 @@ function show(io::IO, m::MIME"image/svg+xml", p::Plot) show(io, m, svg) end -function show(io::IO,m::Union{MIME"application/juno+plotpane", - MIME"application/prs.juno.plotpane+html"}, p::Plot) - buf = IOBuffer() - svg = SVGJS(buf, Compose.default_graphic_width, - Compose.default_graphic_height, false) - draw(svg, p) - show(io, "text/html", svg) -end - try getfield(Compose, :Cairo) # throws if Cairo isn't being used global show