Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1255 +/- ##
==========================================
- Coverage 94.54% 94.45% -0.10%
==========================================
Files 233 233
Lines 16788 16852 +64
Branches 2358 2371 +13
==========================================
+ Hits 15873 15918 +45
- Misses 614 629 +15
- Partials 301 305 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sdhiscocks
reviewed
Feb 27, 2026
stonesoup/plotter.py
Outdated
| return 2 | ||
| return 1 | ||
|
|
||
| def plot_tracks(self, tracks, mapping, metrics, colours=None): |
Member
There was a problem hiding this comment.
May still be useful to have kwargs being passed through here for other options.
stonesoup/plotter.py
Outdated
| elif tracklet_colour == state_colour: | ||
| pass | ||
| elif tracklet_colour != state_colour: | ||
| super().plot_tracks(tracklet, mapping, label=track.id, |
Member
There was a problem hiding this comment.
Not sure you'd always want the label to be track.id, as may want to group track to common legend item to toggle on and off. Maybe default track.id if label not provided?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add plotter to display metric values on individual tracks for visualisation