This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-21
Channels
- # announcements (7)
- # babashka (16)
- # beginners (174)
- # biff (7)
- # calva (20)
- # cider (3)
- # clerk (6)
- # cljsrn (4)
- # clojure (98)
- # clojure-europe (57)
- # clojure-italy (3)
- # clojure-nl (1)
- # clojure-portugal (1)
- # clojure-spec (15)
- # clojure-uk (7)
- # code-reviews (3)
- # cursive (23)
- # data-science (1)
- # datomic (26)
- # dev-tooling (2)
- # emacs (5)
- # figwheel-main (4)
- # fulcro (3)
- # honeysql (20)
- # hyperfiddle (20)
- # malli (8)
- # membrane (31)
- # nextjournal (5)
- # pathom (1)
- # polylith (20)
- # re-frame (14)
- # reitit (8)
- # releases (2)
- # shadow-cljs (50)
- # specter (2)
- # sql (22)
- # xtdb (5)
Hi. Really enjoying using Nextjournal - thanks for a great tool. Would like to output multiple vega-light charts from a single code cell. Is this possible?
Have you simply try to put them in a vector ?
There is as well clerk/row
and clerk/col
as I undertstand it this isn’t #C035GRLJEP8 but http://nextjournal.com. Once we integrate Clerk’s viewers on http://nextjournal.com (planned but no eta) this will be possible with clerk/col
. @U9EQP1K0X do you know how to do this today? 😅
Thanks for the info. I found this mult-chart example in vega-lite that worked for my purposes: https://vega.github.io/vega-lite/examples/trellis_area.html
🙌 2