This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-18
Channels
- # beginners (56)
- # boot (1)
- # cider (96)
- # cljs-dev (148)
- # clojure (60)
- # clojure-austin (11)
- # clojure-france (2)
- # clojure-italy (5)
- # clojure-russia (11)
- # clojure-spec (31)
- # clojure-uk (5)
- # clojurescript (52)
- # community-development (37)
- # cursive (3)
- # data-science (8)
- # datomic (14)
- # devcards (2)
- # emacs (1)
- # fulcro (13)
- # hoplon (1)
- # immutant (2)
- # luminus (3)
- # off-topic (2)
- # onyx (16)
- # parinfer (38)
- # re-frame (8)
- # reagent (5)
- # shadow-cljs (332)
- # spacemacs (5)
- # specter (5)
- # sql (6)
- # vim (52)
@wiseman Someone did this apparently: https://beta.observablehq.com/@jeroenvandijk/untitled/3
@U05100J3V yeah dat was me. I was curious if I could get it to work. It is not feasible for anything serious right now I think (I don't like the lack of syntax highlighting etc, the loading of external libraries will probably not work either in a nice way). So now I'm trying to get a minimal cljs clone of observable working. I'm not putting many hours in yet so it might take a bit of time
Cool! I hope you'll keep us posted!
For those interested, I just pushed an updated version of oz with some utilities for publishing/sharing plots via gist + vega-examples site.
One of the reasons I made oz in the first place was that I wanted to do contour plots, but could only find examples in vega (see https://vega.github.io/vega/examples/contour-plot/). I tried reproducing in vega-lite but wasn't able to. I may have a little more luck now that I've dug in more, but I'm wondering if any of you here with more vega/vega-lite experience might know how to accomplish this? Ahem; @jsa-aerial?
AFAIK, that is not currently available, but there is an issue on supporting this: https://github.com/vega/vega-lite/issues/1919
Ah; Thank you!