Skip to content

rinocloud/rinobot-plugin-shift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages