diff --git a/lib/xmet/hodograph.py b/lib/xmet/hodograph.py index e89b060..f713ce6 100644 --- a/lib/xmet/hodograph.py +++ b/lib/xmet/hodograph.py @@ -166,14 +166,13 @@ class Hodograph(): if height < key: return self.COLORS[key] + return (0.4, 0.4, 1.0) + def each_significant_sample(self, sounding: Sounding): for sample in sounding.hodograph_samples(): if sample.wind_speed is None or sample.wind_dir is None: continue - if self.color(sample.height) is None: - break - yield sample def find_extents(self, sounding: Sounding):