misc doc updates
This commit is contained in:
parent
ba76589ffb
commit
4714bed9a8
14 changed files with 65 additions and 28 deletions
|
|
@ -65,8 +65,8 @@ def main() -> None:
|
|||
all_netlists = {**netlist_p1, **netlist_p2}
|
||||
|
||||
fig, ax = plot_routing_results(all_results, [], bounds, netlist=all_netlists)
|
||||
fig.savefig("examples/locked.png")
|
||||
print("Saved plot to examples/locked.png")
|
||||
fig.savefig("examples/03_locked_paths.png")
|
||||
print("Saved plot to examples/03_locked_paths.png")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue