#proc areadef
rectangle: 1 1 2.5 1.7
xrange: -5 80
yrange: -5 80
// specify data using proc getdata
#proc getdata
data: 5 8
10 9
56 51
56 51
17 22
28 27
56 51
56 51
56 51
32 22
42 45
43 39
56 51
56 51
54 72
55 55
56 37
56 51
56 51
56 52
57 54
60 65
56 51
56 51
56 51
// draw diagonal line using proc line
#proc line
notation: scaled
linedetails: width=0.5 color=0.8
points: 0 0 80 80
// draw red triangle points using proc scatterplot
#proc scatterplot
xfield: 1
yfield: 2
// clustevery: 3
symbol: shape=triangle fillcolor=red style=fillonly