Skip to content

Commit

Permalink
fix: adjust plot X range
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
  • Loading branch information
aasseman committed Nov 16, 2022
1 parent 3a66859 commit 94e0134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/multi_agent_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def main():
ffmpeg_process = None

# Environment x.
min_x = 1e-10
max_x = 5e-6
min_x = 1e-8
max_x = 8e-5

# Set up PyQtGraph
pg.setConfigOption("foreground", "white")
Expand Down

0 comments on commit 94e0134

Please sign in to comment.