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

Add random sort order for paths #122

Open
ianstormtaylor opened this issue Oct 14, 2022 · 0 comments
Open

Add random sort order for paths #122

ianstormtaylor opened this issue Oct 14, 2022 · 0 comments

Comments

@ianstormtaylor
Copy link

Sometimes I run into situations where I want to plot paths in a randomly shuffled order—often to prevent paper tearing/bleeding when many paths are drawn very close together.

Right now I do this in code before saving the artwork, but it would be nice to be able to do this in post right before plotting (or after plotting the first time and discovering that sorted paths caused an issue).


Another option for a sort order could be interleaving—skipping every other path, and returning to the skipped ones in a second pass, allowing time to dry—for situations where the randomness of a shuffle would result in some still being too close together.

Just more generally it would be nice to have a few different sort orders to choose from based on the medium/content.

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

1 participant