!piezo_graph.gle size 40 50 ! Set size of the graph paper in cm amove 0.1 1 ! 0,0 at bottom left corner of graph to 40,50 at top right hand corner begin graph size 40 50 ! Set size of the graph in cm title "Piezo Graph" hei 1 color red dist 2 xaxis min 0 max 200 dticks 40 dsubticks 5 xticks length 0.3 yticks length 0.3 yaxis min -2 max 18 dticks 1 dsubticks 1 ytitle "Temperature (degrees C)" hei 1 xtitle "Time (Minutes)" hei 1 data piezo_cold_start_control.txt d1 line color green d1 lstyle 1 marker wcircle msize 0.4 key "cold start control" data piezo_cold_start_running.txt d2 line color blue d2 lstyle 1 marker fcircle msize 0.4 key "cold start with piezo running" data piezo_hot_start_control.txt d3 line color magenta d3 lstyle 1 marker wsquare msize 0.4 key "hot start control" data piezo_hot_start_running.txt d4 line color red d4 lstyle 1 marker fsquare msize 0.4 key "hot start with piezo running" key pos tr hei 0.6 !Draws a key end graph