// //Box mustache plot command // //this plot command draws Box mustache graph. //syntax when x axis variable is defined. plot box [variable] by [variable] //Syntax when x axis is record number. plot box [variable]; //Example is inspection of decsion tree precison. get iris@; plot box SepalL PetalL SepalW PetalW; //Remarks meaning of each point is bellow. // // @ maxmum // // | 95%tail // | // +--+--+ 75%tail // | | // | | // | | // | | // | * | middle // | | // +--+--+ 25%tail // | // | 5%tail // // minimum