Your sample file only includes the summary statistics and not the raw data that I assume you want to plot on the chart as points. Assuming you have the data elsewhere for the "scatter chart":
1) Create several series of (x,y) pairs for each point you want to chart. I am not sure what you are going for, but it might be arranged in the spreadsheet like:
x for setting1 x -- setting1 x -- x for setting1 y -- setting1 y -- x for setting1 z -- setting1 z -- ...
1 -- setting1 x1 -- 2 -- setting1 y1 -- 3 -- setting1 z1 -- ...
1 -- setting1 x2 -- 2 -- setting1 y2 -- 3 -- setting1 z2 --...
and so on
2) create a scatter chart based on the first 2 columns, then add the remaining pairs of columns as additional data series (I usually use the Select Data Dialog for this).
3) For the error bars, add a 7th data series to the chart that places a point where you want the error bars to originate from, then add error bars to that series and format as desired.
Bookmarks