File tree Expand file tree Collapse file tree
modules/collective-motion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ plt.quiver(
4343 np.sin(theta),
4444 angles = ' xy' ,
4545 scale_units = ' xy' ,
46- scale = 4 , # bigger scale means smaller arrows
46+ scale = 2 , # bigger scale means smaller arrows
4747)
4848# Limit the plot to the box size
4949plt.xlim(0 , box_size)
@@ -104,7 +104,7 @@ plt.quiver(
104104 np.sin(theta),
105105 angles='xy',
106106 scale_units='xy',
107- scale=4, # bigger scale means smaller arrows
107+ scale=2,
108108)
109109# Limit the plot to the box size
110110plt.xlim(0, box_size)
@@ -164,7 +164,7 @@ plt.quiver(
164164 np.sin(theta),
165165 angles='xy',
166166 scale_units='xy',
167- scale=4, # bigger scale means smaller arrows
167+ scale=2,
168168)
169169# Limit the plot to the box size
170170plt.xlim(0, box_size)
@@ -224,7 +224,7 @@ plt.quiver(
224224 np.sin(theta),
225225 angles='xy',
226226 scale_units='xy',
227- scale=4, # bigger scale means smaller arrows
227+ scale=2,
228228)
229229# Limit the plot to the box size
230230plt.xlim(0, box_size)
You can’t perform that action at this time.
0 commit comments