Rename SkewT to SkewTGraph
This commit is contained in:
parent
60158d6f55
commit
1edb4f8c2f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue