Reeza, Yes I have been playing around some with SGPLOT as well. The main problem I have is in my program, I have a macro that contains each students name, in the various procs I use that macro in the where command, so I only grab that particular students data. At the same time the macro is running creating an individual pdf for each student. So when I go to make a graph, there is essentially two values, the students individual score and the class average which is repeated for each of the students, in other words a dummy column that contains the average. This works great for creating the individualized pdfs with individual data but the graphs simply will not work because it is not a line but rather a singular dot with the average on one axis and the student score on the other. Ideally, I would like a horizontal slider, showing the min and max, with a mark for the average and then another mark for the student indiviudal score, that way the faculty could see at a glance is the student over, under or within bounds. Does that help?
... View more