Bar chart
using Deneb
data = (a=string.('A':'L'), b=rand(0:100, 12))
chart = Data(data) * Mark(:bar) * Encoding("a:n", "b:q")
This page was generated using DemoCards.jl and Literate.jl.
using Deneb
data = (a=string.('A':'L'), b=rand(0:100, 12))
chart = Data(data) * Mark(:bar) * Encoding("a:n", "b:q")
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 0.27.25 on Saturday 15 July 2023. Using Julia version 1.6.7.