Draw legends over plotted data

This commit is contained in:
XANTRONIX 2025-03-03 17:33:33 -05:00
parent ea3e49aa3b
commit ea38bdaa50

View file

@ -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()