jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

Optionally Use block decorations for charts #6

Open jasongilman opened 8 years ago

jasongilman commented 8 years ago

See http://blog.atom.io/2016/02/03/introducing-block-decorations.html

It should be possible to display a chart inside of a block decoration so that the clojure file containing the chart code could display the chart. Another idea is to put decorations inside the REPL itself. However it would scroll off eventually. If it goes in the same file then it could be replaced as the code is re-executed.

whilo commented 7 years ago

Yes, this was awesome. I am doing scientific computing and statistics and always wanted to have that in lighttable. Gorilla REPL was nice, but I think proto-REPL would be perfect if it could show plots inline (probably foldable). So :+1: