Unicodeplots: "join" subplots
This commit is contained in:
parent
4744152f86
commit
1e44dd7035
@ -169,7 +169,11 @@ 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); println(io)), plt.o)
|
n = length(plt.o)
|
||||||
|
for (i, p) in enumerate(plt.o)
|
||||||
|
show(io, p)
|
||||||
|
i < n && println(io)
|
||||||
|
end
|
||||||
nothing
|
nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user