Visual Guide to Stata Graphics
- Introduction
- Twoway, twoway
- Scatter:
scatter,
twoway_spike,
twoway_dropline,
twoway_dot
- Fit:
twoway_lfit,
twoway_qfit,
twoway_fpfit,
twoway_lowess,
twoway_mspline,
twoway_mband,
- CI Fit
twoway_lfitci,
twoway_qfitci,
twoway_fpfitci,
- Line
twoway_line,
twoway_connected,
twoway_tsline,
twoway_tsrline,
- Area
twoway_area,
- Bar
twoway_bar,
- Range
twoway_rconnected,
twoway_rscatter,
twoway_rline,
twoway_rarea,
twoway_rcap,
twoway_rspike,
twoway_rcapsym,
twoway_rbar,
- Distribution
twoway_histogram,
twoway_kdensity,
twoway_function,
- Options
twoway_options
- Overlaying
twoway
- Matrix,
graph_matrix
- Bar, graph_bar
- Box, graph_box
- Dot, graph_dot
- Pie, graph_pie
- Options
- Markers, marker_options
- Marker Labels, marker_label_options
- Connecting Markers, connect_options
- Axis Titles, axis_title_options
- Axis labels, axis_label_options
- Axis scales, axis_scale_options
- Axis selection, axis_selection_options
- By option, by_option
- Legends, legend_option
- Added text, added_text_option
- Textboxes, textbox_options
- Standard Options, std_options
- Styles
- Angle, anglestyle
- Color, colorstyle
- Clockpos, clockpos
- Compassdir, compassdirstyle
- Connect, connectstyle,
- Linepattern, connect_options
- Linewidth, linewidthstyle
- Margin, marginstyle
- Markersize, markersizestyle
- Orientation, orientationstyle
- Symbol, symbolstyle
- Textsize, textsizestyle
- Appendix