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