Hi there,
I have done an experiment that measures the rate of a chemical reaction at different concentrations (as concentration increases so does the rate of reaction). The rate of reaction is measured by comparing time (milliseconds) with the opacity of the solution (the solution becomes cloudy as the reaction progresses and thus each concentration will reach a low opacity of 0 faster/slower depending on the concentration) - in reality the minimum opacity was closer to ~0.5 but you get the point.
The data was tabulated as follows:
A scatter plot was created:
Since concentration is my independent variable and time is my dependent variable, time should be on the y axis. I am having difficulties on swapping the axis' of the scatter plot and was wondering if anyone has some suggestions. When I go to 'switch row/column' I get an error message "The max number of data series per chart is 255.
Ideally the new table would look like this:
Where time would be on the y axis and each concentration would be on the x axis.
Thanks
I have done an experiment that measures the rate of a chemical reaction at different concentrations (as concentration increases so does the rate of reaction). The rate of reaction is measured by comparing time (milliseconds) with the opacity of the solution (the solution becomes cloudy as the reaction progresses and thus each concentration will reach a low opacity of 0 faster/slower depending on the concentration) - in reality the minimum opacity was closer to ~0.5 but you get the point.
The data was tabulated as follows:
Time (ms) | Trial 0.025mol | Trial 0.05mol | Trial 0.1mol | Trial 0.2mol | Trial 0.3mol |
0 | 3.89 | 3.85 | 4.156667 | 4.123333 | 3.816667 |
500 | 3.886667 | 3.85 | 4.15 | 4.103333 | 3.776667 |
1000 | 3.886667 | 3.843333 | 4.136667 | 4.073333 | 3.733333 |
1500 | 3.886667 | 3.83 | 4.106667 | 4.043333 | 3.68 |
... | ... | ... | ... | ... | ... |
Since concentration is my independent variable and time is my dependent variable, time should be on the y axis. I am having difficulties on swapping the axis' of the scatter plot and was wondering if anyone has some suggestions. When I go to 'switch row/column' I get an error message "The max number of data series per chart is 255.
Ideally the new table would look like this:
Time | 0 | 500 | 1000 | ... | 500000 |
Opacity at 1st concentration | |||||
... | |||||
Opacity at 5th concentration |
Thanks