I was going to suggest the same, hence my questions. Additionally, if you want SGPLOT to make the axes uniform across both graphs, you could combine the data of "One" and "Two" in to one data set with a "BY" value, and then use the BY statement to output two separate graphs with uniform axes using the UNIFORM=SCALE option. Also, with SGPLOT, you can use the POLYGON statement (SAS 9.4M1) to draw polygons instead of annotate.
... View more