{smcl} {* 24aug2004}{...} {hline} {center:{hi:There are two main types of graph commands}} {hline} {p 0 2 0}o {cmd:graph twoway} {p 0 2 0}o All others {hline} {hi:{cmd:twoway}} {hline} {p 0 2 0}o Graphs the points it is told to {p 0 2 0}o Graphs data points using markers, lines, bars, areas, ranges, ... {hline} {hi:{cmd:All others}} {hline} {p 0 2 0}o Combine data analysis with a graph {p 0 2 0}o With the exception of {cmd:graph bar}, {cmd:box}, and {cmd:dot} all others are wrappers for {cmd:twoway}. They:{p_end} {p 4 6 0} - perform some statistics and/or data analysis{p_end} {p 4 6 0} - retrieve locations to graph{p_end} {p 4 6 0} - produce the graph using {cmd:twoway}{p_end} {hline} {p 0 2 0}o The stat graphs are all just wrappers around twoway {p 0 2 0}o We too can use twoway as a tool {hline} {center:{view schemes.smcl:<<} {view tindex.smcl:index} {view statsby.smcl:>>}}