stata-visual-library
stata-visual-library copied to clipboard
Inspiration and code for data visualizatio in Stata, created and maintained by DIME Analytics.
Reverts worldbank/stata-visual-library#14
 scatter-fl-ci.html load the scatter-fl-ci.dta using "use https://github.com/worldbank/stata-visual-library/raw/master/Library/data/scatter-fl-ci.dta", but I could not find it. It's not here either. https://github.com/worldbank/stata-visual-library/tree/master/Library/data
@luizaandrade I think the figure name is not correct, and it should be "Dot Summary plot". https://github.com/worldbank/stata-visual-library/blob/e9460192ed62a5e59445e13bff5c79ee2222049a/Library/do/dot-summary.do#L2
@luizaandrade The maker size (*3) looks too big, and the figure does not look good. I would like to suggest a change from (*3) -> (*1) https://github.com/worldbank/stata-visual-library/blob/e9460192ed62a5e59445e13bff5c79ee2222049a/Library/do/dot-summary.do#L37
Here's some mock code that I created to answer a question on how to create a sorted stacked bar graph at region level starting from a hosehold-level dataset ``` clear...