Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
1.When I draw a line chart (such as the picture below), how to make this line chart with error bars.
2.How to make this two-line alignment comparison effect, as shown in the figure below.
We just added an article to explain How to add Error Bars.
To add lines at specific locations you can use the Lines command and specify the extent of the line.
Does this help?
It means that I first calculate the error value on the line chart and then add it to the line, right?
The Plot command does not perform any calculation, only draws data as specified in the table, so yes, you must have a column with the error value calculated.
If you need to calculate use the Pivot command to group the data and calculate the means and error. Then the Pivot command can output these values to the table for plotting.
There are several examples files that demonstrate. Try searching “Pivot mean SEM”.
You must be logged in to reply to this topic.