UnicodePlotsenhancementhelp wanted
描述
I'd like to have the beautiful bar plots from Unicodeplots:
I tried:
using Plots
unicodeplots()
y = randn(6) * 2 .+ 45
bar(1:6, y, legend = false, orientation = :horizontal)
and I got:
Is something like this already possible?