repl-plot
repl-plot copied to clipboard
Cannot plot integers
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?