summaryrefslogtreecommitdiffstats
path: root/src/plot_scatter
blob: 453cdc39ae714d014429c905757850c18bdb6514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set terminal dumb enhanced
#set terminal caca driver ncurses color enhanced size 80,43 inverted charset ascii

set datafile separator ","
set key autotitle columnhead

plot filename with points
#plot filename using 1:2 with points #1=x 2=y
#
#plot filename using 1:2 with points lc rgb "red",\
#     filename using 1:3 with points lc rgb "cyan",\
#     filename using 1:4 with points lc rgb "white"