Rename SkewT to SkewTGraph

This commit is contained in:
XANTRONIX 2025-02-24 00:57:22 -05:00
parent 60158d6f55
commit 1edb4f8c2f

View file

@ -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):