0.2.3 • Published 7 years ago

rinobot-plugin-shift v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

rinobot-plugin-shift

Shifts an axis of your data by some number.

If your data looks like:

0.0 8
1.4 2
2.4 2
3.3 3
4.1 7
...
...

And you choose to shift the second column by -1 then the result will be:

0.0 7
1.4 1
2.4 1
3.3 2
4.1 6
...
...

Arguments:

In the extra args section of the rinobot automation config you can set the following parameters

0.2.3

7 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago