gnuplot.nim
gnuplot.nim copied to clipboard
Change random to rand in example/dataplot.nim
Change line 16 from
Y = newSeqWith(len(X), random(10.0))
to
Y = newSeqWith(len(X), rand(10.0))