#!/usr/X11R6/bin/robot ! Almost the simplest Robot file possible ! In principle the first two lines are not needed ! but are there in case this isn't the first Robot script to be run ! Anything after a "!" or a "#" is a comment n ! new page reset ! back to default values type ! input some data The title X axis label Y axis label 1 2 1 2 3 1 3 4 1 g ! plot the data return ! and finish reading from this file ! This program used the default data format of ! three lines of text (title, xlabel, and ylabel). ! Followed by x, y, y error, [x error] ! If you don't have the three lines of text use ! the command INFILENOTEXT ! If the data values are in different columns use the command ! TABLE