#!/bin/sh # Syntax: plot.sh outfile testset alg1 alg2 alg3 [title] [params] # Example: plot.sh pbench.png pbench old tjr net "with errorbars" outfile=$1 testset=$2 alg1=$3 alg2=$4 alg3=$5 title=${6:-$2} opts=$7 gnuplot <