Graph Builder
Hi, im new to the jmp scripting language. The code below works(it shows bar graphs of the column 3 to n) but there is one thing i'd want to do. How do i script such that my output should be a stacked bar chart of all columns? for(i=3,i<=NItems(colList2),i++,gb= dt4 << Graph Builder( Size(534,454), Show Control Panel(0), Variables( X(:Label),Y(eval(Column(dt4,colList...