From 1edb4f8c2f472c5f0a6cfa49ea4a2040844d90ad Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial <xan@xantronix.com> Date: Mon, 24 Feb 2025 00:57:22 -0500 Subject: [PATCH] Rename SkewT to SkewTGraph --- lib/xmet/skew_t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmet/skew_t.py b/lib/xmet/skew_t.py index 045940c..7dd42b8 100644 --- a/lib/xmet/skew_t.py +++ b/lib/xmet/skew_t.py @@ -28,7 +28,7 @@ def clamp(value, lowest, highest): return value -class SkewT(): +class SkewTGraph(): __slots__ = 'width', 'height', 'temp_step_width', def __init__(self, width: float, height: float):