Blame view

tools/sctk-2.4.10/src/hubscr/test1.base/Ensemble.grange2.sys.plt 642 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  set yrange [3:0]
  set xrange [0:100]
  set title ""
  set key
  set ylabel "Systems"
  set xlabel "Speaker Word Error Rate (%)"
  set ytics ("lvc_hyp.ctm" 1,"lvc_hyp2.ctm" 2)
  plot "Ensemble.grange2.sys.mean" using 2:1 title "Mean Speaker Word Error Rate (%)" with lines,\
       "Ensemble.grange2.sys.median" using 2:1 title "Median Speaker Word Error Rate (%)" with lines,\
       "Ensemble.grange2.sys.dat" using 2:1 "%f%f" title "2347-a",\
       "Ensemble.grange2.sys.dat" using 2:1 "%f%*s%f" title "2347-b",\
       "Ensemble.grange2.sys.dat" using 2:1 "%f%*s%*s%f" title "3129-a",\
       "Ensemble.grange2.sys.dat" using 2:1 "%f%*s%*s%*s%f" title "3129-b"