Skip to content

Commit fe35ba8

Browse files
committed
Polished visualisation
1 parent 30e37e2 commit fe35ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusstod/single_target_tracking_with_no_data_association.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def main():
145145

146146
# Plotting the results using Plotterly
147147
plotter = Plotterly()
148-
plotter.fig.update_layout(title=dict(text='Processing results' + fig_title), title_x=0.5)
148+
plotter.fig.update_layout(title=dict(text='Single target processing' + fig_title), title_x=0.5)
149149
plotter.plot_ground_truths(truth, [0, 2], truths_label='Ground truth', line=dict(dash="dash", color='black'))
150150
plotter.plot_tracks(Track(prior), [0, 2], uncertainty=True, track_label='Target prior')
151151
plotter.plot_measurements(measurements, [0, 2], measurements_label='Measurements')

0 commit comments

Comments
 (0)