JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4.313 aberto em 17 de ago. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (381 forks)batch import
UnicodePlotsenhancementhelp wanted

Métricas do repositório

Stars
 (1.943 stars)
Métricas de merge de PR
 (Mesclagem média 13d 6h) (2 fundiu PRs em 30d)

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?

Guia do colaborador