From 6eb06d98a6fd70324ef2ab2b582b8b2bad87ee57 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Wed, 12 Mar 2025 21:17:31 -0400 Subject: [PATCH] =?UTF-8?q?Plot=20adiabats=20every=205=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d5d7d24..86128a2 100644 --- a/lib/xmet/skew_t.py +++ b/lib/xmet/skew_t.py @@ -138,7 +138,7 @@ class SkewTGraph(): cr.set_source_rgba(0.3, 0.1, 0, 0.2) - for temp in range(-140, 140, 10): + for temp in range(-140, 140, 5): self.draw_adiabat(cr, x, y, temp, 1000.0, moist_lapse_rate) cr.restore()