// //Bar plot command // //this plot command draws bar graph. //syntax when x axis variable is defined. plot bar [variable] by [variable] //Syntax when x axis is record number. plot bar [variable]; //Example get iris@; plot bar SepalW;