guicho271828 / eazy-gnuplot

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

make the range notation more convrnient #3

Closed guicho271828 closed 8 years ago

guicho271828 commented 9 years ago

currently, range notaion commonly used in xrange, yrange e.g. [50:100] should be written as a quoted keyword, e.g. :|[50:100]| .

guicho271828 commented 9 years ago

similar issue: emitting comma-separated lists easily

guicho271828 commented 8 years ago

working on in issue-3@HEAD .

guicho271828 commented 8 years ago

implemented in https://github.com/guicho271828/eazy-gnuplot/blob/master/src/package.lisp#L60