Questionnaire: Map data points to positions
You are given a dataset (attached as assignment1_data.txt). Answer the following questions.
1. Figure out data coordinates of the dataset, i.e., min & max of each dimension (SATM, SATV, ACT, GPA).
2. Determine view volume coordinates, for SATM and SATV, that are suitable for visualization.
3. Suppose you would like to map the scores of SATM (x-axis) and SATV (y-axis) onto a viewport of [(100,100), (200,200)], what transformation matrix would you use? Describe how the matrix is derived.
4. Figure out position of the first data point (430, 470) in the viewport.