If you have the 2D array, it is easy to reduce that to three levels which can then be displayed on the Intensity graph. You create another array with only three values. The value at any element depends upon whether the input data at that location is above the upper limit, below the lower limit, or between the limits. I have attached a simple example.
Lynn