Trackviz is a Python library for visualizing trajectories in 2d/3d.
With conda installed, run
conda install -c conda-forge -c mauricemarx trackviz
If you plan to edit the code, you can install manually.
git clone https://github.com/marximus/trackviz
cd trackviz
pip install -e .
Data used in examples comes from here.
MIT License