Generate the enhanced plot. Because the
procedure supports RUN-group processing, you do not have to repeat the PROC
GPLOT statement to generate the second plot.
plot faren*month=city / haxis=axis1 hminor=0
vaxis=axis2 vminor=1
caxis=red legend=legend1;
run;
quit;