Adding text to graphs
textgph graph_command_text [, text(x_pos y_pos text [ \ x_pos y_pos text ... ] ) tsize(#) graph_options
Description
textgph executes a graph (twoway) command, and then adds strings of text to the graph.
Options
text(x_pos y_pos text) specifies the x and y coordinates (in the metric of the graph) for the lower left edge of the text, and the string itself to be added. Multiple strings (with their coordinates) may be separated by a backslash.
tsize(#) indicates the size of the text, as a percentage of the standard text size. The default is 0.8.
Author
Nick Winter Cornell University nw53@cornell.edu