I want to produce a scatterplot where someone can view student performance on different subjects by looking at different segments of the X-axis (classes --> categorical).
Here's a portion of the data
Class Student Score(%)
A 1 0.64
A 1 0.70
A 1 0.95
C 3 0.28
C 3 0.55
C 3 0.80
The data is sorted by (a) Class (AtoZ) and (b) Student (Smallest to Largest), but the scatterplot will only show numbers of cases on the X-axis.
Here's a portion of the data
Class Student Score(%)
A 1 0.64
A 1 0.70
A 1 0.95
C 3 0.28
C 3 0.55
C 3 0.80
The data is sorted by (a) Class (AtoZ) and (b) Student (Smallest to Largest), but the scatterplot will only show numbers of cases on the X-axis.