Closed guicho271828 closed 8 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]| .
similar issue: emitting comma-separated lists easily
working on in issue-3@HEAD .
implemented in https://github.com/guicho271828/eazy-gnuplot/blob/master/src/package.lisp#L60
currently, range notaion commonly used in xrange, yrange e.g. [50:100] should be written as a quoted keyword, e.g. :|[50:100]| .