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

Added unet branch connection python function #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jernsting
Copy link

The connection between unet branches are drawn diagonal, if one uses the to_connection function.

The to_unet_branch_connection allows the python user to draw the beautiful connections shown in the examples directory directly.

Parameters are:

  • of The source of the connection
  • to The target of the connection
  • name A name of the generated point (e.g. connectionX)

Best,
Jan

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

Successfully merging this pull request may close these issues.

None yet

1 participant