repl-plot icon indicating copy to clipboard operation
repl-plot copied to clipboard

Cannot plot integers

Open PabloReszczynski opened this issue 7 years ago • 0 comments

I'm having an this exception when using the plot function

(plot [1 2 3] [1 2 3])

Java.lang.IllegalArgumentException No matching method found: abs With integers. Is this an expected behavior?

PabloReszczynski avatar Feb 26 '18 17:02 PabloReszczynski