Last Update: 5/19/2020
Starting with Origin 9.1, you can add drop lines directly to a Line/Line+Symbol plot using controls on the Drop Lines tab of Plot Details dialog.
From Origin 2020b, you can specify adding drop lines at special positions by Show at Specififed Points Only edit box on the Drop Lines tab.
Syntaxes to specify drop line positions...
| If you want to... | Syntax | Example |
|---|---|---|
| start from Nth point to Mth point, show every Kth points | N:M:K where 0 refers to the last point |
start from 1st point to the last, skip every 4 points:1:0:5
|
| show points at special values | x/y=specified x/y values, sparated by space | show at x=3.5 5: x=3.5 5
|
| show Nth point | N if multi-points, use space to sparate |
show at 1st, 3rd and 10th points: 1 3 10
|
| show at specified rows values from the specified column | range nonation of the indices column | if [Book1] Sheet2!col(A) fills values 1 3 5 10, enter: [Book1] Sheet2!col(A) will show drop lines at 1st, 3rd, 5th, and 10th points. |
| show at spefied X values read from the specified column | x=range nonation of the value column | if [Book1] Sheet2!col(A) fills values 1 3 5 10, enter: x=[Book1] Sheet2!col(A) will show drop lines at x = 1, 3, 5, and 10 points. |
Prior to Origin 9.1, adding drop lines to a 2D line plot required the following work-around:
|
Keywords:drop lines, line + symbol, symbol, symbol size