JuliaPlots/Plots.jl

[FR] Unicode barplot

Open

#4313 aperta il 17 ago 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Julia (381 fork)batch import
UnicodePlotsenhancementhelp wanted

Metriche repository

Star
 (1943 star)
Metriche merge PR
 (Merge medio 13g 6h) (2 PR mergiate in 30 g)

Descrizione

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?

Guida contributor