#!/bin/bash # # gnuplot multipe graph creation script # # Eric Thern # June 30, 2003 # # # # run gnuplot # echo "running gnuplot " #7="Zr" #8="Hf" #9="Si" #10="U" #11="Th" #12="Ph" #13="La" #14="Yb" #15="Y" #16="Ce" #17="Ca" #18="Al" #19="Fe" #20="P" #21="Ti" for ((count = 7; count <= 21; count = count + 1)); do echo "set xlabel \"Zircon position (Cross Section)\"; set ylabel \"Concentration of elements in PPM\"; set size 2.0,1.0; set log y; set data style linespoints; set title 'Trace Element Concentration over zircon cross section'; set terminal png small color; set output '$count.png'; #count = abs($count) + 1; plot \"