I am having trouble figuring out how to plot the data below in a linear fashion. What I want is a straight line that relates temperature (left column) and heat capacity (right column) and I'm not sure how to scale the x and y axes appropriately. I have been provided the equation $C_{v} = AT + BT^{3}$ where C is heat capacity, T is temperature and A and B are constants that I need to find. I have also been provided a table a values that I need to plot linearly. If someone can show me how to scale the x and y axes to get a straight line, that would be fantastic!
1.00 , 2.0100
2.00 , 4.0800
3.00 , 6.2700
4.00 , 8.6400
5.00 , 11.2500
6.00 , 14.1600
7.00 , 17.4300
8.00 , 21.1200
9.00 , 25.2900
10.00 , 30.0000
Also as a side note, I need to figure out what the constants A and B are, but I can't figure those out before graphing the values.
Thank you.