source: liacs/ai/poker/plot-learn.plt@ 9

Last change on this file since 9 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 730 bytes
RevLine 
[2]1#!/usr/bin/env gnuplot -persist
2#set term x11 enhanced color
3set terminal postscript eps enhanced color
4set output "test-learn.ps"
5set yrange [0:75]
6set xrange [100:5000]
7set ylabel "Kwaliteit in procenten"
8set xlabel "Aangeboden trainingsets"
9plot "test-learn-0.1.dat" using 1:2 title "0.1" with lines,\
10 "test-learn-0.3.dat" using 1:2 title "0.3" with lines,\
11 "test-learn-0.5.dat" using 1:2 title "0.5" with lines,\
12 "test-learn-0.7.dat" using 1:2 title "0.7" with lines,\
13 "test-learn-1.0.dat" using 1:2 title "1.0" with lines,\
14 "test-learn-1.5.dat" using 1:2 title "1.5" with lines,\
15 "test-learn-2.0.dat" using 1:2 title "2.0" with lines,\
16 "test-learn-5.0.dat" using 1:2 title "5.0" with lines
Note: See TracBrowser for help on using the repository browser.