110 Producing High-Quality Figures Using SAS/Graph
®
and ODS Graphics
plot iop * cct = iop_type /HAXIS = AXIS2 VAXIS = AXIS1
noframe anno = annoa des = “Figure6.1 Thunderstorm Scatter
Plot: All Data”;
FILENAME GSASFILE “&OUTLOC./Figure6.1.&EXT”;
title1 “Figure6.1 GAT and DCT IOP by CCT Value”;
title2 “Thunderstorm Scatter Plot: All Data from 100
Patients (200 Eyes)”;
footnote1 “&pgmpth.”;
label iop_type = ‘Legend:’;
run;
plot iop * cct = iop_type /HAXIS = AXIS2 VAXIS = AXIS1
noframe anno = annoa (where = (1 < = recid < = 20)) des =
“Figure6.2 Rain-drop Scatter Plot: Data from 10 Patients”;
FILENAME GSASFILE “&OUTLOC./Figure6.2.&EXT”;
title1 “Figure6.2 GAT and DCT IOP by CCT Value”;
title2 “Rain-drop Scatter Plot: Data from 10 ...