Plot adiabats every 5°C
This commit is contained in:
parent
4071c73bd1
commit
6eb06d98a6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class SkewTGraph():
|
|||
|
||||
cr.set_source_rgba(0.3, 0.1, 0, 0.2)
|
||||
|
||||
for temp in range(-140, 140, 10):
|
||||
for temp in range(-140, 140, 5):
|
||||
self.draw_adiabat(cr, x, y, temp, 1000.0, moist_lapse_rate)
|
||||
|
||||
cr.restore()
|
||||
|
|
Loading…
Add table
Reference in a new issue