File: print_data.gnuplot

package info (click to toggle)
polyorb 2.11~20140418-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,012 kB
  • ctags: 465
  • sloc: ada: 273,015; sh: 4,507; makefile: 4,265; python: 1,332; cpp: 1,213; java: 507; ansic: 274; xml: 30; perl: 23; exp: 6
file content (26 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
set terminal png small
set output 'data.png'

set title 'Benchs PolyORB/CORBA'
set key outside top
set key box
set autoscale
set xlabel 'date'
set ylabel 'Number of requests'

plot 'Azerty.data' using 3 title 'azerty' with lines, \
'echoBoolean.data' using 3 title 'boolean' with lines, \
'echoChar.data' using 3 title 'char' with lines, \
'echoColor.data' using 3 title 'color' with lines, \
'echoDouble.data' using 3 title 'double' with lines, \
'echoFloat.data' using 3 title 'float' with lines, \
'echoLong.data' using 3 title 'long' with lines, \
'echoRainbow.data' using 3 title 'rainbow' with lines, \
'echoShort.data' using 3 title 'short' with lines, \
'echoSixteenKb.data' using 3 title '16kB' with lines, \
'echoString.data' using 3 title 'string' with lines, \
'echoStruct.data' using 3 title 'struct' with lines, \
'echoUnion.data' using 3 title 'union' with lines, \
'echoUsequence.data' using 3 title 'usequence' with lines, \
'echoWchar.data' using 3 title 'wchar' with lines, \
'NoParameter.data' using 3 title 'noparameter' with lines