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

Avoiding multiple appearances for a same node name #9

Open
Sebastian-GR opened this issue Mar 13, 2023 · 2 comments
Open

Avoiding multiple appearances for a same node name #9

Sebastian-GR opened this issue Mar 13, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Sebastian-GR
Copy link

A feature to include that would be a really useful improvement is to let some of the connections to skip layers in the diagram. As an example, say:

from to layer
a b 1
b c 2
a c 1
c d 2

Here, we would need a connection (a to c) that goes from the diagram's column 1 to 3. This would avoid the need of including twice the node "a" in the diagram.

(PS: The package is great. Thanks a lot, it's an excellent job. Congratulations)

@asjadnaqvi
Copy link
Owner

Skipping layers has been since long on my to do list!

@asjadnaqvi asjadnaqvi self-assigned this Mar 13, 2023
@asjadnaqvi asjadnaqvi added the enhancement New feature or request label Mar 13, 2023
@Sebastian-GR
Copy link
Author

Sebastian-GR commented Mar 14, 2023 via email

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
Status: Next update
Development

No branches or pull requests

2 participants