Skip to content

Commit

Permalink
fix: Expand measures plot to fill screen width in render_in_jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Nov 8, 2023
1 parent ed5a6cb commit 2505ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/experimental/jupyter_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def render_in_jupyter():
)
solara.Markdown(md_text=f"###Step - {current_step}")

with solara.Columns([1, 1]):
with solara.GridFixed(columns=2):
# 4. Space
if space_drawer == "default":
# draw with the default implementation
Expand Down

0 comments on commit 2505ba4

Please sign in to comment.