dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
400 stars 131 forks source link

Suggestion: Plotter/visualization options #695

Open apiszcz opened 2 years ago

apiszcz commented 2 years ago

Thoughts on possible future plot options or examples showing how to create:

  1. Detection type icon: predict, measurement different style/icon/color for each.
  2. Arrows to indicate direction.
sdhiscocks commented 2 years ago

An additional plotter has been added in #699 which includes a different symbol for prediction/update. This should also be added to matplotlib plotter as well (which I'll take a look at now). Plotly lets you also use hover info to seem timestamps, but having additional arrows would be nice.