|
Which table should I use to create a scatter plot? |
|
|
What is the best way to make a scatter plot or a graph showing mean and error? Prism has several methods for making a graph where each data point in a data table is displayed individually on a graph. While the graphs produced by these methods look similar, they are really quite different. Choosing the right data table format is an important step. XY scatter graphs With an XY data table, each X value can have several replicates for every data set. When you make your graph, you can choose to show all the replicates on your graph instead of error bars. Start with an XY table if you want to show all your replicates for each X value.
Here is the data table for the graph above.
Column scatter graphs
Grouped scatter graphs If you want to create a scatter plot comparing groups by more than one variable, use a Grouped data table.
If you'd like your graph to show just mean and error instead of each replicate, double-click on any data point to open the Format Graph dialog and use the Appearance and Plot drop-down menus as below.
|