I have two figures that I want to overlay in a single figure. The first is created using
Code:
graph bar x1 x2 x3, over(year, gap(5)) stack
. The second is created using
Code:
connected x4 year
. Is there a way to force them to show up together in a single figure?