Laura WhitingFeb 15Adding a Scale Break to Your Graph in StataFor various reasons Stata does not allow for the creation of scale breaks when creating graphs. However, there are several methods you ca...
Laura WhitingFeb 15Stata Bar Graph with Counts Labelled on the BarsWe have written a small program that will allow you to generate a bar graph of means for one variable against categories in another varia...
Laura WhitingFeb 11Assign Marker Label Positions Automatically for Graphs in StataYou can use the egenmore command to generate a variable that can be used to specify what clock position the marker labels should be displ...
Laura WhitingFeb 11Automatically Generate Linear Axis Range in StataYou can use the regaxis command in Stata to automatically create axis ranges and ticks for variables that you want to plot together. For ...
Laura WhitingFeb 11A Sparkline Plot in StataA sparkline plot is used to graph multiple Y variables, or multiple categories in a single Y variable, against a single X variable. Plots...
Laura WhitingFeb 11Graph and Identify Missing Values in StataYou can graph the observations that have missing values for a particular variable. The observations with missing values are plotted and l...
Laura WhitingFeb 10Create an Easy Categorical Pie Chart in StataPie charts in Stata can be difficult to create for categorical variable comparisons. The pieplot command was created to reduce the number...
Laura WhitingFeb 10A Trellis Graph Array in StataA trellis plot is really a combined set of plots broken down by the different categories of two factor variables. It displays the selecte...