liba 0.1.15

An algorithm library based on C/C++
Documentation
1
2
3
4
5
6
set key reverse
set terminal pngcairo
set yrange [-0.05:1.05]
set datafile separator ','
set output sprintf("%s.png", ARGV[1][:strlen(ARGV[1])-4])
plot ARGV[1] using 1:2 with lines title '0'