diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index 62f4bc8e..8177f435 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -169,7 +169,7 @@ end function _show(io::IO, ::MIME"text/plain", plt::Plot{UnicodePlotsBackend}) unicodeplots_rebuild(plt) - foreach(x -> show(io, x), plt.o) + foreach(x -> (show(io, x); println(io)), plt.o) nothing end