Histogram
using Deneb
data = (;x=randn(200))
chart = Data(data) * Mark(:bar) * Encoding(
x=field(:x, bin=true),
y="count()"
)
This page was generated using DemoCards.jl and Literate.jl.
using Deneb
data = (;x=randn(200))
chart = Data(data) * Mark(:bar) * Encoding(
x=field(:x, bin=true),
y="count()"
)
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 1.8.0 on Sunday 8 December 2024. Using Julia version 1.9.4.