You can combine several graphs into a single image using the graph combine command in Stata.

To generate this graph in Stata, use the following commands:
webuse nhanes2f.dta, clear
graph box copper, name(copper)
graph box zinc, name(zinc)
graph box iron, name(iron)
graph combine copper zinc iron