filename lj pipe 'lpr'; goptions device=xcolor target=ps gaccess=sasgastd gsfname=lj gsfmode=replace rotate=landscape gsflen=132 ftext=swiss; data militia; input size prob; cards; 33 0.0005228303 34 0.0031369815 35 0.0141164169 36 0.0322411990 37 0.0731962356 38 0.1305332869 39 0.1869989543 40 0.1880446148 41 0.1627744859 42 0.1146741025 43 0.0644823980 44 0.0160334611 45 0.0087138376 46 0.0036598118 47 0.0006971070 48 0.0001742768 ; *End of Data; run; *Start the Insight Procedure; proc insight data=militia; run;