Skip to content

Commit

Permalink
allow decimal ET to appear on ISUSM plot
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Apr 22, 2019
1 parent 9c0dd28 commit 5de7bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/plotting/auto/scripts100/p199.py
Expand Up @@ -178,10 +178,10 @@ def plot5(ctx, col):
'lon': ctx['nt'].sts[station]['lon'],
'lat': ctx['nt'].sts[station]['lat'],
'tmpf': row['data'],
'tmpf_format': "%.02f",
'id': ctx['nt'].sts[station]['plot_name'],
'id_color': 'k',
})

return data, df


Expand Down Expand Up @@ -307,4 +307,4 @@ def plotter(fdict):


if __name__ == '__main__':
plotter(dict(opt='1', date='2019-03-25'))
plotter(dict(opt='5', date='2019-04-21'))

0 comments on commit 5de7bc4

Please sign in to comment.