The BY statement creates a separate plot for each value of Region.
proc plot data=education;
   by region;