I have:
foreach v in x1 x2 x3 {;
graph box `v', mark(1,mlabel(id_num));
};
which produces a single graph with x1-x3 as separate box plots within the graph. I need to produce one graph per variable, pause (for me to look at the graph), and then create the next graph. Any help would be appreciated.
Bill
foreach v in x1 x2 x3 {;
graph box `v', mark(1,mlabel(id_num));
};
which produces a single graph with x1-x3 as separate box plots within the graph. I need to produce one graph per variable, pause (for me to look at the graph), and then create the next graph. Any help would be appreciated.
Bill
Comment