scicloj / noj

A clojure framework for data science
Eclipse Public License 1.0
35 stars 4 forks source link

simplify histogram implementation #5

Closed daslu closed 6 months ago

daslu commented 7 months ago

Currently, we use Vega-Lite rects to implement a histogram: https://github.com/techascent/tech.viz/blob/6da02446f846251831ced11ceddce33b55ab15b6/src/tech/viz/vega.cljc#L158

@jsa-aerial proposes using bar-charts, and comments it is the "official Vega-Lite way". https://vega.github.io/vega-lite/examples/bar_binned_data.html

Zulip discussion: https://clojurians.zulipchat.com/#narrow/stream/210075-saite-dev/topic/templates/near/418711387