Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Mar 8, 2019
1 parent c9591d9 commit 01fde8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified docs/_images/posterior.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions species/plot/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ def update_labels(param):
index = param.index('scaling')
param[index] = 'Scaling'

if 'offset' in param:
index = param.index('offset')
param[index] = 'Offset'

return param


Expand Down

0 comments on commit 01fde8b

Please sign in to comment.