From kde-edu Mon Oct 31 21:54:34 2022 From: Stefan Gerlach Date: Mon, 31 Oct 2022 21:54:34 +0000 To: kde-edu Subject: Re: access row number in labplot worksheet formula Message-Id: <79257049-7bb1-64d8-242d-8b2c46f3ffae () uni-konstanz ! de> X-MARC-Message: https://marc.info/?l=kde-edu&m=166725289913980 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. > >