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?

贡献者指南

[FR] Unicode barplot · JuliaPlots/Plots.jl#4313 | Good First Issue