-------------------------------------------------------------------------------
help for hplot2
-------------------------------------------------------------------------------

Note: hplot2.ado is still under development and may be revised at any time.

Horizontal plot using ascii characters

hplot2 var1 var2 [if exp] [in range] [, llen(int) sym1(str) sym2(str) sym3(str) ]

Description hplot2 produces a horizontal plot using ascii characters.

Options llen(int) line length. Default is 65 characters. sym1(str) symbol for value. Default is "*". sym2(str) symbol before value. Default is ".". sym3(str) symbol following value. Default is ".".

Examples . hplot2 crime state . hplot2 crime state, llen(70) symn1("X")

Author

Philip B. Ender UCLA Department of Education UCLA Academic Technology Services enderatucla.edu