Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 python 中使用trackpy。
我使用tp.annotate并得到了这个
tp.annotate
你可以看到,所有的点都是红色的,现在我想改变红点的颜色,使每个粒子上的点都有不同的颜色。
tp.annotate(f3, frames3[0],plot_style={'markersize':0.9}, color= "Red", imshow_style= {'alpha':1})
如何注释每个粒子上的点具有不同的颜色?