JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4,313 建立於 2022年8月17日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Julia (1,943 star) (381 fork)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?

貢獻者指南