Draw legends over plotted data
This commit is contained in:
parent
ea3e49aa3b
commit
ea38bdaa50
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue