eazy-gnuplot icon indicating copy to clipboard operation
eazy-gnuplot copied to clipboard

Super Duper Doopa Booka Lispy Gnuplot library

Results 6 eazy-gnuplot issues
Sort by recently updated
recently updated
newest added

If `plot` gets a function producing data, but multiple `:using` args, it currently reads all the output from the function on the first go, and subsequent `:using` args don't have...

Hi, to use eazy-gnuplot with an interactive terminal, the best way is using uiop:launch-program, or sb-ext:run-program with :wait key word. and this library seems to be aimed at exporting png...

Example number 13 from http://guicho271828.github.io/eazy-gnuplot/ does not work. ```lisp > (eazy-gnuplot:with-plots (stream :debug t) (eazy-gnuplot:gp-setup :terminal '(:pngcairo) :output "some.png" :style '(fill pattern 5)) (eazy-gnuplot:plot (lambda () (loop for i from...

Attached is a screenshot of the example code from Cookbook (`plot-positioning-plot`) and how it executes on current `eazy-gnuplot` and `gnuplot`: ![2019-04-04_13-40](https://user-images.githubusercontent.com/330616/55553106-96d8d800-56df-11e9-97c5-daa571345453.png) As you can see in the debug output in...

This is mostly relevant to multi-plots, where attributes need to be change between plots. Currently set statements are rendered to the stream after the data if set with gp-set gp-unset.

- [x] input --- use data-[s]plot - [ ] output --- use fifo