Difference between revisions of "Stata Coding Practices: Visualization"

Jump to: navigation, search
(Created page with "(This page is under construction.) LEADIN ==Read First== ==Graphics Options== <syntaxhighlight lang="stata"> local bad BAD sysuse auto`bad'.dta </syntaxhighlight> ==Grap...")
 
Line 1: Line 1:
(This page is under construction.)
(This page is under construction.)


LEADIN
Modern Stata versions have extremely powerful graphics capabilities which allow the rapid creation of publication-quality graphics from almost any kind of tabular data. Although the default graphical commands and settings leave much to be desired, the customizability and interoperability of Stata's visualization tools mean that almost any imaginable output can be rendered using Stata's built-in graphics engine.


==Read First==
==Read First==


Stata graphics
* The <syntaxhighlight lang="stata" inline>twoway</syntaxhighlight>


==Graphics Options==
==Graphics Options==

Revision as of 19:35, 9 November 2020

(This page is under construction.)

Modern Stata versions have extremely powerful graphics capabilities which allow the rapid creation of publication-quality graphics from almost any kind of tabular data. Although the default graphical commands and settings leave much to be desired, the customizability and interoperability of Stata's visualization tools mean that almost any imaginable output can be rendered using Stata's built-in graphics engine.

Read First

Stata graphics

  • The twoway

Graphics Options

local bad BAD
sysuse auto`bad'.dta

Graphical Schemes