DebasishDhal99 commited on
Commit
b375ca6
1 Parent(s): 5b93c97

Update multi_agent_2D.py

Browse files
Files changed (1) hide show
  1. multi_agent_2D.py +1 -1
multi_agent_2D.py CHANGED
@@ -74,7 +74,7 @@ def multi_agent_walk(agent_count, iters, step_size = 1, random_seed = None):
74
  random_numbers = [random.randint(0,100000) for _ in range(agent_count)]
75
 
76
 
77
- fig, ax = plt.subplots(figsize=(10,10))
78
  color_list = []
79
 
80
  for i in range(agent_count):
 
74
  random_numbers = [random.randint(0,100000) for _ in range(agent_count)]
75
 
76
 
77
+ fig, ax = plt.subplots(figsize=(15,15))
78
  color_list = []
79
 
80
  for i in range(agent_count):