JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Update Vega version? #257

Open daslu opened 8 years ago

daslu commented 8 years ago

Currently, Gorilla REPL uses Vega version 1.3.3.

It would be nice to upgrade to a newer version, and enjoy the great developments in Vega. In particular, this seems to be necessary in order to use Vega-Lite and Vega-Embed, for example in the way suggested here.

To use the current version of Vega, a small change in gorilla-plot is necessary: remove the data. prefix which is used when accessing data elements in the Vega spec. After fixing this, I tried some basic Gorilla plots, and they worked fine.

So I suggest to upgrade to a new version of vega (currently 2.5.2) - after some more testing, of course.

Would a pull request be welcome?