# sample gnuplot script to generate GIF files from XRD data # automatically generated by XRD Image Generator # (c) 2005 Thomas Gredig # cd 'strip' set terminal gif small size 180,120 set output 'TG50906B_small.gif' set logscale y plot 'TG50906B.dat' using 1:($2*20) with lines ti 'TG50906B.dat scaling 20x', \ 'TG50906B.dat2' using 1:($2*100) with lines ti 'TG50906B.dat2 scaling 100x', \ 'TG50906B.dat3' using 1:($2*500) with lines ti 'TG50906B.dat3 scaling 500x' set terminal gif small size 800,600 set output 'TG50906B.gif' set xlabel '2Theta/Theta Coupled' set ylabel 'X-Ray Intensity (counts/min.)' set title 'sample name and description' replot