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

Implement size option for :scatter chunks. #28

Open
lmiq opened this issue Mar 1, 2024 · 1 comment
Open

Implement size option for :scatter chunks. #28

lmiq opened this issue Mar 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lmiq
Copy link
Collaborator

lmiq commented Mar 1, 2024

This is missing from the feature added in 2.3.0.

Options are:

size = 2

input [1, 2, 3, 4, 5, 6, 7]

output [[1, 7], [2, 6], [3, 5], [4]]

or

output: [[1,4], [2,5], [3,6], [7]]
@mkoculak
Copy link

Just wanted to chime in that I also found myself needing this combination for organizing elements into a grid.
For that purpose the second option is the correct one when thinking about is as rows/cols.

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

No branches or pull requests

2 participants