Skip to content

Commit 33c7f36

Browse files
committed
y vs. x for title
1 parent 945d2c8 commit 33c7f36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gnss_lib_py/utils/visualizations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ def plot_metric(navdata, *args, groupby=None, avg_y=False, fig=None,
109109
title = _get_label({y_metric:y_metric})
110110
else:
111111
if title is None:
112-
title = _get_label({x_metric:x_metric}) + " vs. " \
113-
+ _get_label({y_metric:y_metric})
112+
title = _get_label({y_metric:y_metric}) + " vs. " \
113+
+ _get_label({x_metric:x_metric})
114114
xlabel = _get_label({x_metric:x_metric})
115115

116116
if groupby is not None:

0 commit comments

Comments
 (0)