gg4clj
gg4clj copied to clipboard
A simple wrapper for using R's ggplot2 in Clojure and Gorilla REPL
I can not get any plots to work. I believe it has to do with the id mangling, which eventually with the latest version of svglite is broken. This fork...
svglite package needs to be present as well
On some systems/versions of ggplot the resulting SVGs use single quotes which breaks id mangling. This PR addresses this issue by using an xml parser instead regex for id mangling.