PRO p10919a ; This is a program to plot voltages, temperatures and stuff ; from a file of data from a thermistor string. black=0 white=long(255)+256*(long(255)+256*long(255)) restore plot,varr(11,*), $ title=infile+' - thermistor string', $ xtitle='sample number',ytitle='volts', $ color=black,background=white FOR ichan=0,10 DO BEGIN oplot,varr(ichan,*),color=black ENDFOR END