Grouped Scatter Plots (Graphing)
Using the eth_allrounds_final data,
-
Make a scatter plot of harvest value versus farm size by irrigation status (
irrigated) on a single scatter plot. Include informative labels and a title. Color irrigated plotsnavyand rainfed plotsmaroon -
Make a scatter plot of harvest value versus farm size by irrigation status use the
by(irrigated)option onscatterto make separate panels for irrigated and rainfed plots. -
Which makes it easier to compare irrigated and rainfed plots? Which makes it easier to see the overall relationship between farm size and harvest value?