tzurshubi commited on
Commit
c30f58a
·
verified ·
1 Parent(s): 03a57d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ def make_figure(d: int,
352
  subsel: dict | None = None,
353
  layout_mode: str = "default"):
354
  nodes, edges = build_hypercube(d)
355
- pts, width, height = layout_positions(d, base=scale_base)
356
  pos = {vid: (x, y) for vid, x, y in pts}
357
 
358
  path = path or []
 
352
  subsel: dict | None = None,
353
  layout_mode: str = "default"):
354
  nodes, edges = build_hypercube(d)
355
+ pts, width, height = layout_positions(d, base=scale_base, mode=layout_mode)
356
  pos = {vid: (x, y) for vid, x, y in pts}
357
 
358
  path = path or []