07-03-2018 03:57 PM
I am trying to simply shade a bell chart to include/exclude areas inside/outside the standard deviation region of the chart. I am creating the chart, shading the entire area under the curve, and I am properly labeling what I need but I want to shade specified areas as shown in the attached image. I can find ways to shade in the y axis but not x. Do I need a special plotting toolkit or the stats toolkit to do this?
07-03-2018 04:17 PM
Create two bell curves, each with identical data, then replace a range of values with NaN in one of them and the inverted range in the other.
07-03-2018 05:09 PM
Thanks for the quick reply. I am not sure about what you just described ( any examples ) but as long as I know it is possible I will keep at it. I will experiment with your suggestion.
07-03-2018 08:12 PM
Here is a very quick example. All you need to know that NaN values are not graphed.
07-03-2018 08:16 PM
EDIT: looks like NAN fills to -inf, so you might want to tweak things a little bit.
07-03-2018 10:06 PM
Thanks a million.... there is nothing better than a simple but very clever solution. I am not sure I would have gotten there without your help.
I am surprised that LV doesn't make this a standard feature.