-
-
Notifications
You must be signed in to change notification settings - Fork 64
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 'lineshuffle' command #714
Conversation
…nally rotating a page to a target orientation.
…of `pagerotate` command, per @abey79 - Added new tests for `pagerotate --orientation` - Updated CHANGELOG.md
…k, and pytest are happy.
This use of |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #714 +/- ##
==========================================
+ Coverage 94.68% 94.69% +0.01%
==========================================
Files 62 62
Lines 5777 5790 +13
Branches 1275 1279 +4
==========================================
+ Hits 5470 5483 +13
Misses 189 189
Partials 118 118 ☔ View full report in Codecov by Sentry. |
This PR was closed and redone with a fresh fork. New PR #715. |
Description
Adds a 'lineshuffle' layer processor to randomize the plotting order of lines in the current geometry. Useful in some niche cases where a plotting-time optimized file is not ideal.
Checklist
black
andruff check .
)mypy
returns no errorpytest
succeedshelp
reference.rst
make clean && make html
indocs/
)