Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rauni Lillemets committed Mar 31, 2017
1 parent 183e9fb commit 7a98eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/thinkplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def Cdf(cdf, complement=False, transform=None, **options):
scale['yscale'] = 'log'

if transform == 'gumbel':
xs = xp.delete(xs, 0)
xs = np.delete(xs, 0)
ps = np.delete(ps, 0)
ps = [-math.log(p) for p in ps]
scale['yscale'] = 'log'
Expand Down

0 comments on commit 7a98eab

Please sign in to comment.