histogram
Draws a histogram of a variable.
histogram varx
scatter
Draws scatter graphs.
scatter vary varx
graph bar; graph hbar
Draws bar graphs.
graph bar vary, over(groupvar)
graph pie
Draws pie charts.
graph pie, over(varx)
line; function
Graphs lines, either from data or a given function.
line vary varx, sort   - or -
twoway function y = f(x)
common graphing options
Some of the most common / useful options that can be used to change the appearance of most graphs.
contact: djiboliz@gmail.com
last modified: 2 May 2007