Skip to content

Commit

Permalink
Modified relative position plot title.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Jun 12, 2024
1 parent 8a55ab1 commit 481e1dc
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 @@ -882,7 +882,7 @@ def plot_relative_position(self):
displacement_enu_m = relative_position_data.relative_position_enu_m[:, valid_idx]
std_enu_m = relative_position_data.position_std_enu_m[:, valid_idx]

self._plot_displacement('Relative Position vs.Base Station', time, solution_type, displacement_enu_m, std_enu_m)
self._plot_displacement('Position vs. Base Station', time, solution_type, displacement_enu_m, std_enu_m)

def plot_map(self, mapbox_token):
"""!
Expand Down

0 comments on commit 481e1dc

Please sign in to comment.