Stata graphs: Spider plots

Asjad Naqvi
The Stata Guide
Published in
13 min readJan 26, 2021

--

In this guide, learn to make spider plots in Stata. We will use the Oxford COVID-19 policy tracker to generate the following graphs:

This visualization builds on the previous Radial plots guide.

Preamble

Like other guides, a basic knowledge of Stata is assumed. This guide deals with advanced usage of locals, loops, and code structures that require some experience and familiarity with Stata programming. If you are using this guide for the first time, and are new to Stata, then Guide 1 and Guide 2 are highly recommended, followed by the next set of guides which are in increasing order of difficulty.

In order to make the graphs exactly as they are shown here, several additional item are required:

ssc install schemepack, replace

and set the scheme to White Tableau:

set scheme white_tableau
ssc install palettes, replace
ssc install colrspace, replace
  • Set default graph font to Arial Narrow (see the Font guide on…

--

--

Asjad Naqvi
The Stata Guide

Here you will find stuff on Stata, data visualizations, data wrangling, workflows, and programming.