Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.17 KB

ipaplots

Description: Stata scheme of Innovations for Poverty Action (IPA).

Installation

net install github, from("https://haghish.github.io/github/")
github install PovertyAction/ipaplots

Instructions

Use the following code in the do file to use the scheme after installation.

set scheme ipaplots

In case the scheme does not use the correct Georgia font, which may happen on some systems, you may have to specify this yourself by adding the following code:

// Set IPA Fonts
graph set window fontface "Georgia"
graph set print fontface "Georgia"

Overview

Authors

Innovations for Poverty Action, Peru (Ronny Condor and Kelly Montaño)