worldbank / Stata-IE-Visual-Library

This is a repository maintained by DIME Analytics and containing example graphs on how to explore data sets and display results of Impact Evaluations using Stata. For information on how to contribute to the library and download codes and data sets, click on the link to GitHub below.
MIT License
48 stars 23 forks source link

Yuchen venn #44

Closed xyc9471 closed 5 years ago

xyc9471 commented 5 years ago

In "Marginal effect with results table(from two data dta)", before combining the two charts, each of them has overlapped labels and titles. I changed the xsize of each chart so that they do not have overlapped titles and labels, and it will not affect the configuration of the final combined chart.

I added a simple three way venn diagram using the same data set as venn diagram. It requires users to install venndiag command.

I also added a proportional venn diagram using the data set from STATA system. It requires users to install pvenn command.

The codes for both graphs are very simple.