I want to fill a region between two lines. This is easy enough using InterLineLayer(), but in my case, I only want this region filled where the differences exceed 3.0 on the y-Axis (to highlight the places where the lines differ excessively). Thus, how do I not show this InterLineLayer on the sections along X-axis where the gap is within tolerance? (I'm using 5.0.2)
Mark |