Forum Discussion
davidz106
Helper III
4 years agoLine chart - standard deviation as line weight
Is it possible to somehow set standard deviation as line width in line chart?
I can use this feauture in scatter plot for example: standard deviation for dot size - larger stdev means larger dot. Now I would like to do the same in line chart where wider line would mean larger stdev.
2 Replies
- amitchandak
Super User
davidz106 , Create a std dev measure and use that in y-axis constant line under advance analytic pane using the fx option
- davidz106
Helper III
My data consists of multiple series that I plot in my line chart after I unpivot numerical values:
x-axis: time
y-axis: unpivoted values
legends: ID (different series)
So what I am trying to achieve is to have each line (each ID/series) width based on stdev. I do not know if this is possible but I cannot achieve it by adding constant line.