data/plot1.plt
author Eugen Sawin <sawine@me73.com>
Mon, 28 Mar 2011 23:37:03 +0200
changeset 10 2283a18e186c
permissions -rw-r--r--
Layout adjustments, new preface.
     1 set format "$%g$"
     2 #set title ""
     3 set xlabel "ATOT/ETOT-Differenz (min)"
     4 set ylabel "ATOT/ATD-Differenz (min)"
     5 set border 3
     6 set xtics nomirror
     7 set ytics nomirror
     8 set terminal epslatex
     9 set output "atot_etot_atd.eps"
    10 set datafile separator ","
    11 set size 0.8, 0.8
    12 set xrange [0:40]
    13 set yrange [-30:30]
    14 plot "cut_logs.csv" using 1:2 with points