gnuplot icon indicating copy to clipboard operation
gnuplot copied to clipboard

Clojure gnuplot bindings

Results 5 gnuplot issues
Sort by recently updated
recently updated
newest added

Hello I was trying to follow the example from README and this require `(require '[gnuplot.core :as g])` raises an error > CompilerException java.io.FileNotFoundException: Could not locate riddley/walk__init.class or riddley/walk.clj on...

I'd like to be able to monitor a process using gnuplot and have a chart update every 5 seconds. Is there a way to update a chart with new data?...

I tried to output to an ascii graph by setting the terminal to 'dumb' ``` [:set :terminal "dumb" :title "simple-test"] ``` But it's not outputting anything. Is there a way...

What's the point of [InputStream.java](https://github.com/aphyr/gnuplot/blob/master/src/gnuplot/InputStream.java) when you can interop directly in Clojure?

adding a debug flag ,enable developer to view the commands and datas fed into gnuplot process