Forum Discussion
haddad333
Nov 09, 2019Copper Contributor
Error bars do not work with custom values - multiple series chart
I have a bar which has multiple series. Think of it as a number charts combined together. I created a table which has the 8 series to be plotted. For each series has a std deviation for each value...
- Nov 09, 2019
Please check the file I attached with previous post. You need to define entire column for error values
SergeiBaklan
Nov 09, 2019Diamond Contributor
You need to restructure your data a bit. Let take A-F series
A-F series takes entire column marked as (1) here
Thus errors are also shall be defined for entire column, it is marked as (2) here, when it'll be shown - you have empty errors for empty values and some for non-zero ones. In your case error values were shifted on empty values and not shown together with them.
- haddad333Nov 09, 2019Copper Contributor
- SergeiBaklanNov 09, 2019Diamond Contributor
Please check the file I attached with previous post. You need to define entire column for error values
- haddad333Nov 09, 2019Copper Contributor
yes thanks !! SergeiBaklan