You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging in tweets and bookmarks… My own scheme-burd seems to have a few issues in recent versions of Stata, so at least update it, or switch to one of those below.
sysuse auto, clear
gen group = _n in 1/16
gr bar price, over(group) asyvars scheme(s2color) ///
name(s2color, replace)
gr bar price, over(group) asyvars scheme(burd) ///
name(burd, replace)
gr bar price, over(group) asyvars scheme(modern) ///
name(modern, replace)
gr mat trunk turn headroom, scheme(s2color) ///
name(mat_s2color, replace)
gr mat trunk turn headroom, scheme(burd) ///
name(mat_burd, replace)
gr mat trunk turn headroom, scheme(modern) ///
name(mat_modern, replace)
Digging in tweets and bookmarks… My own
scheme-burd
seems to have a few issues in recent versions of Stata, so at least update it, or switch to one of those below.stata-scheme-modern
https://github.com/mdroste/stata-scheme-modern#screenshots
Seems most promising. Would ideally like to support BuRd diverging colours.
538
https://danbischof.com/2017/09/05/a-final-stata-gift-538-schemes/
Via @rivelino22.
The text was updated successfully, but these errors were encountered: