Rev 580 | Blame | Compare with Previous | Last modification | View Log | Download
set terminal postscript set output "helmholtz.ps" set xlabel "[ml]" set ylabel "[Hz]" set key off plot "helmholtz.txt" using 1:2:3 with errorbars
set terminal postscript
set output "helmholtz.ps"
set xlabel "[ml]"
set ylabel "[Hz]"
set key off
plot "helmholtz.txt" using 1:2:3 with errorbars