diff --git a/lib/xmet/skew_t.py b/lib/xmet/skew_t.py
index 70fec70..d3f1e6d 100644
--- a/lib/xmet/skew_t.py
+++ b/lib/xmet/skew_t.py
@@ -22,7 +22,7 @@ TEMP_CENTER     =   0 # degrees C
 TEMP_STEP       =   5
 TEMP_STEP_COUNT = math.ceil(TEMP_RANGE / TEMP_STEP)
 
-SKEW = 0.7
+SKEW = 0.6
 
 def clamp(value, lowest, highest):
     if value < lowest: