Improve visualizations
This commit is contained in:
parent
41a2d9f058
commit
43a9a6cb3a
9 changed files with 35 additions and 9 deletions
|
|
@ -49,7 +49,7 @@ def main() -> None:
|
|||
print("Failed to route.")
|
||||
|
||||
# 5. Visualize
|
||||
fig, ax = plot_routing_results(results, [obstacle], bounds)
|
||||
fig, ax = plot_routing_results(results, [obstacle], bounds, netlist=netlist)
|
||||
fig.savefig("examples/simple_route.png")
|
||||
print("Saved plot to examples/simple_route.png")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue