-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbrewscheme.pkg
129 lines (127 loc) · 3.31 KB
/
brewscheme.pkg
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
d 'BREWSCHEME': a toolkit for data visualizations in Stata.
d
d brewscheme is a suite of programs, mata classes/methods/functions, and Java
d plugins to make it easier to improve and standardize the aesthetics of your
d data visualizations in Stata. It includes tools to help end users install and
d define new named color styles, interpolate an arbitrary number of colors
d between a given starting and ending color and color space, create .theme
d files that set general aesthetic properties in graphs, convert hexadecimal
d RGB values to Stata formatted RGB color strings, transform RGB values to
d simulate different forms of color sight impairment, create proof copies of
d visualizations that show how the image may be percieved by individuals with
d different forms of color sight impairments, search and look up meta attributes
d of color palettes when known/available, preview combinations of colors with or
d without simulated color sight impairment transformations, and generate user
d defined scheme files that can consume .theme files.
d
d If you notice any issues with the programs, please submit an issue at
d https://github.com/wbuchanan/brewscheme/issues/.
d
d KW: Data Visualization
d KW: Graphs
d KW: Scheme files
d KW: Color
d
d Requires: Stata version 13.1
d
d Distribution-Date: 20200918
d
d Author: Billy Buchanan
d Director
d Office of Grants, Research, Accountability, & Data
d Fayette County Public Schools
d Notes: Originally developed as Strategic Data Fellow at the
d Mississippi Department of Education
d Support: email william @t williambuchanan [dot] net
d
f brewcbsim.ado
f brewcbsim.sthlp
f brewcolordb.ado
f brewcolordb.sthlp
f brewcolors.ado
f brewcolors.sthlp
f brewdb.ado
f brewextra.ado
f brewextra.sthlp
f brewlibcheck.ado
f brewmeta.ado
f brewmeta.sthlp
f brewproof.ado
f brewproof.sthlp
f brewscheme.ado
f brewscheme.sthlp
f brewsearch.ado
f brewsearch.sthlp
f brewterpolate.ado
f brewterpolate.jar
f brewterpolate.sthlp
f brewtheme.ado
f brewtheme.sthlp
f brewthemedata.do
f brewtransform.ado
f brewtransform.sthlp
f brewviewer.ado
f brewviewer.sthlp
f dirfile.ado
f extraColors.do
f filesys.ado
f filesys.jar
f filesys.sthlp
f hextorgb.ado
f hextorgb.sthlp
f libbrewscheme.ado
f libbrewscheme.mata
f libbrewscheme.sthlp
f librecycle.mlib
f recycle.mata
f recycle.mo
f btabovebelow.sthlp
f btanglestyle.sthlp
f btareastyle.sthlp
f btarrowstyle.sthlp
f btaxisstyle.sthlp
f btbarlabelpos.sthlp
f btbarlabelstyle.sthlp
f btbarstyle.sthlp
f btbygraphstyle.sthlp
f btclegendstyle.sthlp
f btclockdir.sthlp
f btcolor.sthlp
f btcompass2dir.sthlp
f btcompass3dir.sthlp
f btconnectstyle.sthlp
f btdottypestyle.sthlp
f btgraphsize.sthlp
f btgraphstyle.sthlp
f btgridlinestyle.sthlp
f btgridringstyle.sthlp
f btgridstyle.sthlp
f btgsize.sthlp
f bthorizontal.sthlp
f btlabelstyle.sthlp
f btlegendstyle.sthlp
f btlinepattern.sthlp
f btlinestyle.sthlp
f btlinewidth.sthlp
f btmargin.sthlp
f btmedtypestyle.sthlp
f btnumstyle.sthlp
f btnumticks.sthlp
f btpiegraphstyle.sthlp
f btpielabelstyle.sthlp
f btplotregionstyle.sthlp
f btrelativepos.sthlp
f btrelsize.sthlp
f btspecial.sthlp
f btstarstyle.sthlp
f btsunflowerstyle.sthlp
f btsymbol.sthlp
f btsymbolsize.sthlp
f bttextboxstyle.sthlp
f bttickposition.sthlp
f btticksetstyle.sthlp
f bttickstyle.sthlp
f btverticaltext.sthlp
f btyesno.sthlp
f btzyx2rule.sthlp
f btzyx2style.sthlp