Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
mode
argument tovisualize
for more compact data or task graph display #187Add
mode
argument tovisualize
for more compact data or task graph display #187Changes from all commits
316ff43
9cd1ed7
053826c
70da1a9
4f29d7e
d739b99
6c23433
f592141
fda69b3
e53123a
1e8432b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the curved arrows are always better. Comparing the new to old figure, while there are less boxes and duplication in the new figure, I find it harder to follow the arrows.
New:
![Screenshot at 2024-10-30 09-25-48](https://private-user-images.githubusercontent.com/39047984/381455822-77858174-ae99-4962-9ba6-b5ec11a80fd1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTQzMzksIm5iZiI6MTczOTI5NDAzOSwicGF0aCI6Ii8zOTA0Nzk4NC8zODE0NTU4MjItNzc4NTgxNzQtYWU5OS00OTYyLTliYTYtYjVlYzExYTgwZmQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE3MTM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjZGVjZWJhNmRmNDQ4NmM1OTM4MzM2NTM1OGU1MDc5Nzk3N2Q5ZTYwMTRiNDBhZTM1YTUwMTY4MTFhZTI0ZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.okT7aD8CSNaCKrL8O5ESZdm9djZ5fKjtM4Pn4U5BrPA)
Old:
![Screenshot at 2024-10-30 09-26-06](https://private-user-images.githubusercontent.com/39047984/381455854-922ce806-aada-4b7c-8acc-3c9f75a63c77.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTQzMzksIm5iZiI6MTczOTI5NDAzOSwicGF0aCI6Ii8zOTA0Nzk4NC8zODE0NTU4NTQtOTIyY2U4MDYtYWFkYS00YjdjLThhY2MtM2M5Zjc1YTYzYzc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE3MTM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0NTUwYzAzMzZkY2E3NDY3MzQ5NWI1MjUyMzU2NTg4NTEyZTFhZmExNjU0YTE1NzkwZjEwY2I5NjUxNDcxYWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yJTlY0fc4KNL9JWJnDUQ5QUDkpNQiIYe2Pof3Fhcg0Y)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, why are they curved now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoided some, see update.