Given the following code:
how can I display the number of observations that make up each of the two plots? i.e. the numbers 52 and 22 as obtained from
Code:
sysuse auto,clear set graphics on graph box mpg, over (foreign) ytitle(fuel economy) noout
Code:
tab foreign
Comment