Hi there. I hope somoen can ofer aedvice on a simple but irritating little problem.
I have a set of very simple data showing the resistance of a thermistor as temperature is varied. It is a set of points of type (temperature (degC), resistance (kOhm)) with both as 2decpl numbers arranged in consecutive columns. I have had to strip these numerical values from original textual data which included three numbers with the LEFT(,) and Right(,) functions. I have made sure that the format of the cells containing the values is Number with 2dp selected.
I want to display this in a simple graph as a continuous plot of varying resistance against temperature. So it should simply be temperature=x-axis data values and resistance=y-axis data values. Temperature varies from about -10.5degC to about 43.9degC and resistance between 1.39k and 9.04k. That should give a neat plot with x-axis -15/+45degC and a y-axis of 0/10k.
I am able to display this data starting with just a scatter graph of the points for simplicity. However, the x-axis data values are ignored and each point’s x-value becomes a simple count of 1, 2, 3… denoting the number of that point in the set. Effectively the data for the temperature value of each point is ignored. While I have succeeded in getting the x-axis showing -15 to +45 with the y-axis located in the correct place at x=0, the points are all plotted within the +ve x-axis region as they should be with x-positions just matching the integral values of each point number.
I want to position each point on the x-axis with its x-value matching the temperature value in the set. Of course the y-value needs to stay as it is now, matching the resistance value. I would upload the spreadsheet to illustrate but I can’t see a way to do that here, neither can I attach screenshots either. If there is a way I am missing I would be happy to illustrate the problem and what I currently have set up.
Can anyone tell me how I can get each point to locate at the correct (Temp, Res) location? Thank you.