Skip to content

Commit

Permalink
Added lable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfalk committed Jun 16, 2024
1 parent d550603 commit 260f921
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions examples/ex16.gv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/ex16.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified examples/ex16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions examples/ex16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/wireviz/Harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def create_graph(self) -> Graph:
dot.edge(
f"{connector.name}:p{loopPins[i - 1]}{loop_side}:{loop_dir}",
f"{connector.name}:p{loopPins[i]}{loop_side}:{loop_dir}",
label=f"{connector.name}-{loopName}",
label=" ",
)

# if len(connector.loops) > 0:
Expand Down

0 comments on commit 260f921

Please sign in to comment.