This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-15
Channels
- # announcements (1)
- # architecture (8)
- # babashka (7)
- # beginners (5)
- # biff (8)
- # calva (24)
- # cider (9)
- # clerk (14)
- # clj-kondo (7)
- # clojars (14)
- # clojure (49)
- # clojure-europe (11)
- # clojure-nl (1)
- # clojure-norway (90)
- # clojure-uk (3)
- # clojurescript (5)
- # core-typed (70)
- # cursive (35)
- # data-science (4)
- # datalevin (6)
- # datomic (2)
- # emacs (3)
- # fulcro (1)
- # holy-lambda (1)
- # hyperfiddle (5)
- # lsp (26)
- # malli (28)
- # off-topic (9)
- # re-frame (21)
- # releases (1)
- # shadow-cljs (7)
- # squint (6)
- # testing (14)
https://respatialized.net/syntax-of-graphics.html for those interested, I am working through my notes on Part 1 of Leland Wilkinson's The Grammar of Graphics with an eye towards informing a potential Clojure implementation of these concepts.
> The reason why R programmers use ggplot2 and basically nothing else is because they don't need to. ... and why everything else feels barbaric once you try it 😕 this is a cool effort, good luck!
It's interesting that eCharts mentions Wilkinson and specifically eschews the syntax of graphics and other frameworks. It's a pity they don't say more. Skimming their architecture, it appears they want to have a worker model to continually update the render, treating user input and modelling the same. I do like how graphically interactive their charts are, being able to animate between different chart types. I can't speak to the details. Would be great if you could get the best of both worlds. https://www.sciencedirect.com/science/article/pii/S2468502X18300068 I like that in my line charts I can click on the keys of different stocks and it hides them, animating and rescaling.