Reputation: 3463
I have 2 columns, one with my data points, other with the standard deviation for each data point. How do I make a line plot on excel with error bars equal to each point's perspective standard deviation?
e.g.
Col-1 Col-2
1 0.1
2 0.2
3 0.1
Upvotes: 5
Views: 14450
Reputation: 2106
As of Excel 2010, there are only style options in the 'Format data series' dialog. The updated step-by-step procedure is:
Upvotes: 2
Reputation: 12487
Do the following (based on your sample data given above)
You should now have a line chart with the appropriate error bars
Upvotes: 3