Skip to content

Commit

Permalink
Update solara_viz.py
Browse files Browse the repository at this point in the history
- adjust sizes to make more visually appealing
  • Loading branch information
tpike3 committed Aug 24, 2024
1 parent a48dd80 commit 7f52f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/visualization/solara_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def make_initial_grid_layout(layout_types):
{
"i": i,
"w": 6,
"h": 10,
"h": 14,
"moved": False,
"x": 6 * (i % 2),
"y": 16 * (i - i % 2),
Expand Down

0 comments on commit 7f52f1c

Please sign in to comment.