// //Histgram command // //This command draws histgram. //Syntax without category variable. hist [variable]; //Syntax with category variable. hist [variable] by [category variable]; //Remark //with category variable,draws histgram by each category. //Exampl get iris@; hist SepalW by Species;