guicho271828 / eazy-gnuplot

Super Duper Doopa Booka Lispy Gnuplot library
http://guicho271828.github.io/eazy-gnuplot/
63 stars 8 forks source link

immediate evaluation of the first argument of plot #1

Closed guicho271828 closed 9 years ago

guicho271828 commented 9 years ago

since the evaluation of plotted contents are delayed, the dynamically changing values are not reflected to the plotting results.

(with-plots (s)
  ...
(dotimes (i 10)
   (plot (lambda ()
              (print i s)))))   ---> nil nil nil....