Plot:Specialized:Piper
Create Piper plot
Minimum Origin Version Required:9.1 SR0
1.plotpiper irng:=[Book1C]Piper!2:7 id:=[Book1C]Piper!A"Sample ID" tds:=[Book1C]Piper!H"Total Dissolved Solids (TDS)";//Create a new piper plot
2.plotpiper irng:=[%H]!1:6 ogl:=[Graph1]!;//Add a new piper plot to the existing piper plot Graph1.
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify the XYZXYZ input data range for the piper plot. |
Sample ID | id |
Input Range |
|
Specify the column of sample ID, it will be used as the symbol color and shape indexing column in the piper plot. The contents of this column will be supply labels for the point by point legend. |
Total Dissolved Solids | tds |
Input Range |
|
Specify the data range for the amount of total dissolved solids. This column will be used to control the symbol size in Layer 1 (the "diamond") of the piper plot. |
Output Graph | ogl |
Output GraphLayer |
|
Specify where to output the graph. |
For GUI access of this X-Function and further customization of the piper plot, please refer to this help file.