guicho271828 / eazy-gnuplot

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

Multiplot support, gp-set, gp-unset #17

Closed mmaul closed 9 years ago

mmaul commented 9 years ago

Added supplot for rendering multiple plots per canvas. Multiplot feature is invoked by setting the :multiplot parameter with apropriate values in gp-setup. See t/package.lisp:multiplot for example of use.

Added exported function gp-set to provide gnuplot set functionality.

Added exported function gp-unset to provide gnuplot unset functionality.

guicho271828 commented 9 years ago

it looks everything is working fine, so its good to merge at least. Thanks for the help!