Fork me on GitHub
#data-science
<
2018-02-18
>
jeroenvandijk09:02:27

@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

metasoarous16:02:27

Cool! I hope you'll keep us posted!

metasoarous11:02:28

For those interested, I just pushed an updated version of oz with some utilities for publishing/sharing plots via gist + vega-examples site.

otfrom21:02:00

🆒

metasoarous21:02:09

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?

jsa-aerial22:02:17

AFAIK, that is not currently available, but there is an issue on supporting this: https://github.com/vega/vega-lite/issues/1919

metasoarous22:02:04

Ah; Thank you!