Origin Ver. and Service Release (Select Help-->About Origin): 9.0 64bits Operating System: win 7 64bits
There is a way to fill the area between two curves, but only the upper part of the curve? For example fill only the area if is higher than a constant value and don't fill the area bellow this constant value. Sorry my bad english Thanks
There are several steps to create such plot. 1. Create a fill area graph with your two curves first. a. Put your data of the two curves in the first three columns and set as XYY. You may need to interpolate them first to have same X b. Select Plot:Area: Fill Area
2. Find out the minimum values of the two curves a. Highlight col(b) and col(c), select Statistics: Descriptive Statistics: Statistics on Rows b. In the opened dialog, clear all other options and only keep Minimum in the Quantiles branch --> A new column Col(Min) with minimum values will be created
3. Find out the maximum value between Col(Min) and the Constant(i.e. 2e11) a. Add a new column, Col(D) b. Right click on it and select Set Column Values from the context menu. c. Enter script as below in the Set Column Values dialog "(col(min)>2e11)?col(min):2e11"
4. Add col(D) to graph to cover the part under the constant. a. Drag and drop col(D) in the fill area graph b. Double click on the plot to open Plot Details dialog c. In the Line Tab, Select Fill Area Under Curve. Set Line Color as White d. In the Pattern tab, set Fill Color as White
5. Drag and drop col(b) and col(c) to graph to show the lines