repl-plot
repl-plot copied to clipboard
Library to generate terminal rendered plots
Results
1
repl-plot issues
Sort by
recently updated
recently updated
newest added
I'm having an this exception when using the plot function ```clojure (plot [1 2 3] [1 2 3]) ``` `Java.lang.IllegalArgumentException No matching method found: abs` With integers. Is this an...