JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4,313 opened on 2022年8月17日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Julia (1,943 stars) (381 forks)batch import
UnicodePlotsenhancementhelp wanted

説明

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?

コントリビューターガイド