Add newline between subplots
This commit is contained in:
parent
dc51f2c159
commit
4744152f86
@ -169,7 +169,7 @@ end
|
|||||||
|
|
||||||
function _show(io::IO, ::MIME"text/plain", plt::Plot{UnicodePlotsBackend})
|
function _show(io::IO, ::MIME"text/plain", plt::Plot{UnicodePlotsBackend})
|
||||||
unicodeplots_rebuild(plt)
|
unicodeplots_rebuild(plt)
|
||||||
foreach(x -> show(io, x), plt.o)
|
foreach(x -> (show(io, x); println(io)), plt.o)
|
||||||
nothing
|
nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user