-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscheme-UN.scheme
72 lines (45 loc) · 1.18 KB
/
scheme-UN.scheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
* Scheme to create Stata graphs
* with Official UN colors
* Designed by Andy Grogan-Kaylor ([email protected])
* Questions & comments welcome
* This scheme uses as its foundation, the wonderful lean2 scheme
* developed by Svend Juul, University of Aarhus, Denmark
* There are only a limited number of colors in the official UN palette:
* UN Blue, black, white. I have taken the liberty of substituing grey
* for white since white does not work well on graphs
#include lean2
* histogram
color histogram "0 158 219"
* bar chart
color p1bar "0 158 219"
color p2bar black
color p3bar grey
* pie chart
color p1pie "0 158 219"
color p2pie black
color p3pie grey
* scatterplot
symbol p1 circle
color p1markfill "0 158 219"
color p1markline "0 158 219"
symbol p2 circle
color p2markfill black
color p2markline black
symbol p3 circle
color p3markfill grey
color p3markline grey
* line chart
color p1lineplot "0 158 219"
linewidth p1lineplot thick
color p2lineplot black
linewidth p2lineplot thick
color p3lineplot grey
linewidth p3lineplot thick
* area chart
color p1area "0 158 219"
color p2area black
color p3area grey
* plot elements
color p "0 158 219"
color p1 black
color p2 grey