Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returned index if it's larger than M-1, in case of X, Y, S, A #49

Open
ghost opened this issue Feb 14, 2023 · 0 comments
Open

returned index if it's larger than M-1, in case of X, Y, S, A #49

ghost opened this issue Feb 14, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2023

https://fityk.nieto.pl/data.html#data-point-transformations says:

  • x, y, s, a [...] If the index is less than 0 or larger than M-1, the value for the first or the last point, respectively, is returned.
  • For X, Y, S, A [...] If the index is less than 0 or larger than M-1, 0 is returned.

but in my tests, Y[index>=M] returns Y[M-1], just like y

Can I assume it's just error in doc? if so, I can fix it myself (I'm preparing many small changes in docs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants