version 0.10.4

pull/397/head v0.10.4
Shuhei Kadowaki 2020-09-25 00:41:30 +09:00
parent fe3711074b
commit 21d7fbdbea
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name = "Weave"
uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
version = "0.10.3"
version = "0.10.4"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

View File

@ -17,7 +17,7 @@ function Base.display(
report::Weave.Report,
m::MIME"image/svg+xml",
data::Plots.Plot{Plots.PlotlyBackend},
)#
)
# Remove extra spaces from start of line for pandoc
s = repr(MIME("text/html"), data)
splitted = split(s, "\n")
@ -39,7 +39,7 @@ function Base.display(
report::Weave.Report,
m::MIME"image/png",
data::Plots.Plot{Plots.PlotlyBackend},
)#
)
display(report, MIME("image/svg+xml"), data)
end