Re: How to save gorilla plots to file

2016-01-17 Thread jandot
Nice :-) On Sunday, January 17, 2016 at 10:00:38 PM UTC+1, Jony Hudson wrote: > > Nice. In case you're not already familiar with it, this ( > https://github.com/JonyEpsilon/gg4clj) might be useful as well if you > want to be able to make more complex plots. > > > Jony > > On Saturday, 16 January

Re: How to save gorilla plots to file

2016-01-17 Thread Jony Hudson
Nice. In case you're not already familiar with it, this (https://github.com/JonyEpsilon/gg4clj) might be useful as well if you want to be able to make more complex plots. Jony On Saturday, 16 January 2016 18:20:25 UTC, jandot wrote: > > Hi all, > > I have found the gorilla REPL (http://gorilla

Re: How to save gorilla plots to file

2016-01-17 Thread jandot
I've found a workaround now. I use the incanter library to create the plots, which allows me to do a (save my-plot "file.png"). To display the same plot on the screen: (chart-view my-plot). j. On Saturday, January 16, 2016 at 7:20:25 PM UTC+1, jandot wrote: > > Hi all, > > I have found the gori

Re: How to save gorilla plots to file

2016-01-17 Thread Jony Hudson
It's not very elegant, but if you want a high-quality version you can open the web inspector or equivalent in your browser and copy the SVG node into a text file. You can then render the SVG to PNG using a variety of tools at whatever resolution you need. I very rarely do this (as you can proba