Skip to content

Commit

Permalink
Enable hover mode control for the heading plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed May 8, 2024
1 parent 262bc38 commit 48ddab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fusion_engine_client/analysis/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ def plot_heading_measurements(self):
row=3, col=1
)

fig.update_layout(title='Heading Plots', legend_traceorder='normal')
fig.update_layout(title='Heading Plots', legend_traceorder='normal', modebar_add=['v1hovermode'])


# Display the navigation engine's heading estimate, if available, for comparison with the heading sensor
Expand Down

0 comments on commit 48ddab8

Please sign in to comment.