cmdplot A command line plotting library for ruby Examples Line plot y = x.map { |v| Math.sin(v) } CmdPlot::Plot.new.plot(x, y)