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
384 stars 126 forks source link

Adding setting title functionality to AnimationPlotter #919

Closed jswright-dstl closed 5 months ago

jswright-dstl commented 6 months ago

This PR adds the functionality to set the title of an AnimationPlotter plot. This solves Issue #858. Usage:

plotter = AnimationPlotter(title="Plot Name")
plotter.plot_ground_truths(truth, [0, 2])
plotter.run()