-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update Plotter Labels #1071
Update Plotter Labels #1071
Conversation
…sor_label' with 'label' in plotter.py
…ths_label' with 'label' in examples and tutorials.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1071 +/- ##
==========================================
+ Coverage 94.31% 94.49% +0.17%
==========================================
Files 208 208
Lines 13603 13633 +30
Branches 2767 2773 +6
==========================================
+ Hits 12830 12882 +52
+ Misses 522 506 -16
+ Partials 251 245 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Changed measurement labels in stonesoup/plotter.py for matplotlib plotters
I've changed |
Replaced 'truths_label', 'measurements_label', 'track_label' and 'sensor_label' with 'label' for all of the plotters.
This simplifies using the plot_### functions. To avoid breaking changes, the individual labels (e.g. 'truths_label') can still be used.
Make the Measurement Label for Plotters Consistent
For some plotters the measurement legend would add 'clutter' or 'detections' to end of the measure label. For other plotters it wouldn't.