1set terminal dumb enhanced
2#set terminal caca driver ncurses color enhanced size 80,43 inverted charset ascii
3
4set datafile separator ","
5set key autotitle columnhead
6
7plot filename with points
8#plot filename using 1:2 with points #1=x 2=y
9#
10#plot filename using 1:2 with points lc rgb "red",\
11#     filename using 1:3 with points lc rgb "cyan",\
12#     filename using 1:4 with points lc rgb "white"
13