Jack Rusher
Jack Rusher
In the meantime you can use the version @metasoarous published on Clojars, `metasoarous/darkstar`.
These patches are needed because some parts of Vega are hardcoded to work differently between Node and the browser, but Darkstar is neither of those and needs some functionality from...
Sorry, busy few days. I must have been testing with an older JVM. Why not add it to the test section of the `deps.edn` and give it a go on...
Thanks for the report! I've just pushed what should be a fix. Would you give it a try and let me know if it works for you?
Hm. When I manually set the `*print-length*` to 100, I get the kind of shortening you'd expect, but `vega-view` still works properly on plots with thousands of values. Any chance...
I've managed to replicate it here now. I'll tinker with it and let you know when it's sorted out.
Further investigation suggests that the other cider printing options aren't being used (no `pprint` is applied to the returned text). I've temporarily added a `set!` in the clojure invocation code...
I made a small change that speeds up JSON and elisp plotting by ~6x and Clojure plotting by at least 2x. It looks like I'll have to look deeper into...
If you pull the latest version of set `vega-view-prefer-png` to something truth-y (see README for details), you should get better performance. While SVG is generally smaller than PNG for charts,...
It turns out that part of the reason some of the SVGs are so big is because all x/y positions in paths are being written with a very long mantissa...