Skip to content

Commit fc42da4

Browse files
fix: Correct axis label (TIGI-131)
1 parent 37b0b34 commit fc42da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karios/report/shift_by_alt_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ def _plot_alt(self, axis: Axes):
203203
# plt.axhline(-1, c="grey", lw=0.5, linestyle="--")
204204

205205
# plt.legend(loc="upper right")
206-
axis_right.set_ylabel("Deviation (m)", loc="center")
206+
axis_right.set_ylabel("Deviation (px)", loc="center")
207207
axis_right.legend(loc="upper right")

0 commit comments

Comments
 (0)