Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding setting title functionality to AnimationPlotter #919

Merged
merged 6 commits into from
Jan 8, 2024

Conversation

jswright-dstl
Copy link
Contributor

@jswright-dstl jswright-dstl commented Jan 4, 2024

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()

The plot title can be set for the animation in the run() method;
plotter.run(plot_title="Plot Title")
@jswright-dstl jswright-dstl requested a review from a team as a code owner January 4, 2024 16:22
@jswright-dstl jswright-dstl requested review from hpritchett-dstl, orosoman-dstl and sdhiscocks and removed request for a team, hpritchett-dstl and orosoman-dstl January 4, 2024 16:22
stonesoup/plotter.py Outdated Show resolved Hide resolved
@sdhiscocks sdhiscocks merged commit 249ab46 into main Jan 8, 2024
6 checks passed
@sdhiscocks sdhiscocks deleted the animationplotter branch January 8, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants