Reset clipping at end of SkewTGraph.draw()
This commit is contained in:
parent
d7831ab71a
commit
0157437cb5
1 changed files with 2 additions and 0 deletions
|
@ -129,3 +129,5 @@ class SkewTGraph():
|
|||
|
||||
cr.set_source_rgb(0, 1, 0)
|
||||
self.draw_samples(cr, x, y, samples, lambda s: s.dewpoint)
|
||||
|
||||
cr.reset_clip()
|
||||
|
|
Loading…
Add table
Reference in a new issue