Dear Stata users,
Suppose I'm producing two graphs, say plot1 and plot2. I want to suppress plot2's default legend, and use the legend of plot1 instead. So, can I save the legend of plot1 as a local? Codes would be something like:
Suppose I'm producing two graphs, say plot1 and plot2. I want to suppress plot2's default legend, and use the legend of plot1 instead. So, can I save the legend of plot1 as a local? Codes would be something like:
Code:
twoway scatter weight price mpg, sort local alegend ... twoway whatever..., legend(`alegend')
Comment