From 2fbf648ce61592c3a25cb8ce220007a9eb78f8fb Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Mon, 24 Feb 2025 00:07:32 -0500 Subject: [PATCH] Forgot about that --- lib/xmet/skew_t.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xmet/skew_t.py b/lib/xmet/skew_t.py index 5c52db1..dee40a3 100644 --- a/lib/xmet/skew_t.py +++ b/lib/xmet/skew_t.py @@ -74,8 +74,8 @@ class SkewT(): x1, y1 = self.graph_to_screen(*self.sample_to_graph(temp, PRESSURE_MAX)) x2, y2 = self.graph_to_screen(*self.sample_to_graph(temp, PRESSURE_MIN)) - cr.move_to(x1, y1) - cr.line_to(x2, y2) + cr.move_to(x + x1, y + y1) + cr.line_to(x + x2, y + y2) cr.stroke() def draw_samples(self,