We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37110 commit 21d7fbdCopy full SHA for 21d7fbd
Project.toml
@@ -1,6 +1,6 @@
1
name = "Weave"
2
uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
3
-version = "0.10.3"
+version = "0.10.4"
4
5
[deps]
6
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
src/plots.jl
@@ -17,7 +17,7 @@ function Base.display(
17
report::Weave.Report,
18
m::MIME"image/svg+xml",
19
data::Plots.Plot{Plots.PlotlyBackend},
20
-)#
+)
21
# Remove extra spaces from start of line for pandoc
22
s = repr(MIME("text/html"), data)
23
splitted = split(s, "\n")
@@ -39,7 +39,7 @@ function Base.display(
39
40
m::MIME"image/png",
41
42
43
display(report, MIME("image/svg+xml"), data)
44
end
45
0 commit comments