Re: [ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-18 Thread Joachim De Beule
Hi Marshall, You might want to have a look at https://github.com/aphyr/gnuplot >From the repo: "Datasets are streamed as sequences directly to gnuplot's stdin, so there's no temporary files to worry about. Yep, lazy sequences are streamed lazily. My laptop can plot about 10 million points in

Re: [ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-17 Thread Mars0i
On Monday, October 17, 2016 at 3:37:51 PM UTC-5, Jean Niklas L'orange wrote: > > Hi Marshall, > > On 17 October 2016 at 07:54, Mars0i > wrote: > >> Looks very nice! Thanks Jean Niklas. I've been using Incanter for >> charts, which has been fine so far for my needs, but

Re: [ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-17 Thread Jean Niklas L'orange
Hi Marshall, On 17 October 2016 at 07:54, Mars0i wrote: > Looks very nice! Thanks Jean Niklas. I've been using Incanter for charts, > which has been fine so far for my needs, but clj-xchart looks like it will > make it easier to make nicer charts, and it would avoid

Re: [ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-16 Thread Mars0i
Looks very nice! Thanks Jean Niklas. I've been using Incanter for charts, which has been fine so far for my needs, but clj-xchart looks like it will make it easier to make nicer charts, and it would avoid loading much of Incanter when you don't need some of the other things Incanter provides.

Re: [ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-16 Thread Alan Thompson
Looks nice - I'll be keeping it in mind. Alan On Sat, Oct 15, 2016 at 5:31 AM, Jean Niklas L'orange wrote: > Hi Clojurians, > > I am happy to announce clj-xchart ! > XChart is a lightweight

[ANN] clj-xchart – A charting/plotting library for Clojure

2016-10-15 Thread Jean Niklas L'orange
Hi Clojurians, I am happy to announce clj-xchart ! XChart is a lightweight charting library for Java. clj-xchart wraps this library and tries to be a succinct yet evident charting library for Clojure. The library can