diff --git a/karios/report/shift_by_alt_plot.py b/karios/report/shift_by_alt_plot.py index e46aa4f..d3e34f9 100644 --- a/karios/report/shift_by_alt_plot.py +++ b/karios/report/shift_by_alt_plot.py @@ -203,5 +203,5 @@ def _plot_alt(self, axis: Axes): # plt.axhline(-1, c="grey", lw=0.5, linestyle="--") # plt.legend(loc="upper right") - axis_right.set_ylabel("Deviation (m)", loc="center") + axis_right.set_ylabel("Deviation (px)", loc="center") axis_right.legend(loc="upper right")