komi1230 / kai

A high-level plotter library for Common Lisp.
https://komi1230.github.io/kai
MIT License
86 stars 4 forks source link

[bug] no way to replace previous data #11

Closed Inc0n closed 4 years ago

Inc0n commented 4 years ago

i made a mistake to put this in as x and y x = '(4 . 1) y = '(11 . 1) (kai:line x y) (kai:show) thrown an error then I tried putting the correct data lists '(1 2 3 4) '(5 6 7 8) as x and y for kai:line now calling show throws the same error, and stack shows that the newest line call did not replace the previous faulty data

Inc0n commented 4 years ago

we have to call reset!