Open T0T0R opened 2 weeks ago
This fix was suggested here: https://github.com/soft-matter/trackpy/issues/177#issuecomment-1059550177 but unfortunately, not included in a pull request.
Here is an example with the viridis cmap:
viridis
plt.figure() tp.plot_traj(t2, colorby='frame', cmap='viridis');
And after the fix taking into account appearing and disappearing particles:
This fix was suggested here: https://github.com/soft-matter/trackpy/issues/177#issuecomment-1059550177 but unfortunately, not included in a pull request.
Here is an example with the
viridis
cmap:And after the fix taking into account appearing and disappearing particles: