Maps in Stata II

Asjad Naqvi
The Stata Guide
Published in
23 min readAug 10, 2021

--

This guide is all about making maps in Stata. It provides a set of templates using actual data to help you guide through the process. In this guide we will learn how to produce these maps and more:

This guide is a follow up to the first map guide, where maps are introduced but their full potential is not fully explored. If you are new to maps, the first guide is highly recommended for a slow introduction! If you are looking for more advanced stuff, have a look at the Reprogramming maps guide and OSM, QGIS, and Stata integration guide.

This guide is planned to be updated intermittently with various other map types.

Last updated: October 2021

Preamble

Like other guides, a basic knowledge of Stata is assumed. In order to make the graphs exactly as they are shown here, several additional item are required:

  • Install the geo2xy package which is used to change map projections:
ssc install geo2xy, replace
ssc install schemepack, replace

Set the schemes to one of the white background one for a clean look:

set scheme white_tableau…

--

--

Asjad Naqvi
The Stata Guide

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