diff --git a/lib/xmet/hodograph.py b/lib/xmet/hodograph.py index 4186006..8569fa4 100644 --- a/lib/xmet/hodograph.py +++ b/lib/xmet/hodograph.py @@ -275,9 +275,9 @@ class Hodograph(): self.draw_direction_lines(cr, x, y) self.draw_speed_lines(cr, x, y) + self.draw_sounding(cr, x, y, sounding) + self.draw_speed_legends(cr, x, y) self.draw_height_legends(cr, x, y) - self.draw_sounding(cr, x, y, sounding) - cr.reset_clip()