Re: access row number in labplot worksheet formula

Stefan Gerlach <[email protected]> Mon, 31 Oct 2022 22:54:34 +0100
Newsgroups gmane.comp.kde.education
Message-ID <[email protected]>
Dear Julien,

the development version of LabPlot now supports accessing any value of a column with cell(f(i), column).
Some examples: cell(i, x), cell(i+1, x), cell(2*i, x), cell(i+1, x) - cell(i-1, x), sqrt(cell(i+1, x))

If you like to try it, check out the next nightly builds or wait for the next stable release :-)

best,
Stefan

On 10/15/20 22:08, Julien Cubizolles wrote:
> I'm currently switching from SciDAVis to labplot, and I'm really
> satisfied with it so far. There is however one functionality I cannot
> reproduce so far. In SciDAVis, you can access the row number in the
> formula used to calculate values for a column. For instanceĀ :
> 
> col("1",i+1) in a column
> 
> will populate each cell with the value from the cell just below in
> column 1.
> 
> Can you do the same in LabplotĀ ? The dialog for the formula in labplot
> doesn't seem to offer such a feature.
> 
>