148Programming Chapter 81 T SelOn 1_ 1 341Q0 " 2 F Start_ 2 J[316 " 3 F End_ 3 21 " 4 F pitch_ 4 3Q5 DispTable^ 5 !W[431Q6 DrawTG-Con 6 !W[432QExecuting this program produces the results shown here.Numeric TableGraphwkkkkk Using List Sort Functions in a ProgramThese functions let you sort the data in lists into ascending or descending order.• Ascending order1 SortA ( 2 List 1, List 2, List 3)Lists to be sorted (up to six can be specified)1 321Q2 K11• Descending orderSortD (List 1, List 2, List 3)Lists to be sorted (up to six can be specified)kkkkk Using Statistical Calculations and Graphs in a ProgramIncluding statistical calculations and graphing operations into program lets you cal-culate and graph statistical data.uuuuuTo set conditions and draw a statistical graphFollowing “StatGrph”, you must specify the following graph conditions:• Graph draw/non-draw status (DrawOn/DrawOff)• Graph Type• x -axis data location (list name)• y -axis data location (list name)• Frequency data location (list name)• Mark TypeP.80P.94