Skip to content

Commit a8d64c8

Browse files
author
Daniel Precioso, PhD
committed
Adjust quiver scale in Vicsek model visualization for improved clarity
1 parent 96ac968 commit a8d64c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/collective-motion/vicsek.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ax.quiver(
5858
np.sin(theta),
5959
angles="xy",
6060
scale_units="xy",
61-
scale=10,
61+
scale=5,
6262
)
6363
plt.show()
6464
plt.close()

0 commit comments

Comments
 (0)