JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4,313 opened on Aug 17, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (1,943 stars) (381 forks)batch import
UnicodePlotsenhancementhelp wanted

Description

I'd like to have the beautiful bar plots from Unicodeplots: Image I tried:

using Plots
unicodeplots()
y = randn(6) * 2 .+ 45
bar(1:6, y, legend = false, orientation = :horizontal)

and I got: image Is something like this already possible?

Contributor guide