ToastFreeware
/
debian
/
cdck.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added "Suggests: gnuplot"
[debian/cdck.git]
/
src
/
template.plot
1
#!/bin/env gnuplot
2
3
set data style errorlines
4
set terminal x11
5
set grid
6
set xlabel 'Sectors (2Kb/sec)'
7
set ylabel 'Reading time (usec)'
8
9
#set logscale y
10
11
plot 'cdck-plot.dat' with lines
12
13
pause -1
14
15
16
#
17
# __END__
18
#