JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4 313 ouverte le 17 août 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Julia (381 forks)batch import
UnicodePlotsenhancementhelp wanted

Métriques du dépôt

Stars
 (1 943 stars)
Métriques de merge PR
 (Merge moyen 13j 6h) (2 PRs mergées en 30 j)

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?

Guide contributeur