Fork me on GitHub
#data-science
<
2017-12-16
>
Naylyn05:12:03

Hi all, does anyone have any recommendations on clojure plotting libraries?

Naylyn08:12:18

Thanks both of you.

sb13:12:27

I wrote a reagent/re-frame version of vega/lite plus google charts. Realtime filtering and others, you can add drag&drop effects too. I know, that is lot of job in first.

sb13:12:02

(not my code of course)

jsa-aerial16:12:39

that vega-tools needs to be updated for vega-lite. OTOH, using vega lite just requires a simple client/server hookup - simplest is to use sente and just add the vega-lite compiler step. That's what I am using. Also, added some support reimplementing gyptis (which I had used before vega-lite).