1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-09-04 09:12:35 +00:00

Fix label

This commit is contained in:
Mo8it 2022-03-07 21:06:58 +01:00
parent 318d9f7c64
commit 9c3d2fd562
3 changed files with 9 additions and 5 deletions

View file

@ -122,7 +122,7 @@ function gen_COM_graphics()
setcolor("brown")
circle(COMp, particle_radius, :fill)
text("S", 0.029 * R * COMp)
text("COM", 0.029 * R * COMp)
finish()